Is it possible to align header actions on ListRecords page of a Filament Resourse?
Hello,
I'm a little bit stuck trying to align create button to the start instead of end. Didn't find any references to header actions alignment in the docs. So is it possible?
Thank you!
6 Replies
Does ->alignCenter() not work?
thank you, but Method Filament\Actions\CreateAction::alignCenter does not exist.
Then it does not work hehe
looks like the only thing that works is redefining header view via getHeader method
because actions container has class ms-auto and you just can't specify any aligning attributes on the child (action button)
I have a feeling the action are centered already?
Yep, but ms-auto moves them to the left. Well redefining header view looks like good compromise for such seldom customized feature