Filter modal layout footer actions not centered
I have created a custom filter for my table, using a
ToggleButtons
form field. When I use the Modal filter layout, I am able to align the modal title to the center by using this:
But the footerActionsAlignment
does not seem to follow, as they are stuck in the Start
alignment
Is this a bug, or should I do something else to get set footerActionsAlignment::Center
?3 Replies
Bump
Did you try
->modalFooterActionsAlignment()
as well?
Maybe you did but I just don’t see it defined in your code.Yes I tried this:
Which gives me this error:
Method Filament\Tables\Actions\Action::footerActionsAlignment does not exist."