Global Form/Modal Actions Alignment
How can i perform this globally in my app service provider ?
Solution:Jump to solution
Got the solution here are the examples that might help.
Forms/Pages:
```
use Filament\Resources\Pages\Page;
Page::alignFormActionsEnd();...
1 Reply
Solution
Got the solution here are the examples that might help.
Forms/Pages:
Modals: