© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
5 replies
nowak

Filter modal layout footer actions not centered

I have created a custom filter for my table, using a
ToggleButtons
ToggleButtons
form field. When I use the Modal filter layout, I am able to align the modal title to the center by using this:
php 
->filtersTriggerAction(
  fn (Action $action) => $action
    ->button()
    ->label('Filter')
    ->closeModalByClickingAway(true)
    ->modalAlignment(Alignment::Center),
)
php 
->filtersTriggerAction(
  fn (Action $action) => $action
    ->button()
    ->label('Filter')
    ->closeModalByClickingAway(true)
    ->modalAlignment(Alignment::Center),
)

But the
footerActionsAlignment
footerActionsAlignment
does not seem to follow, as they are stuck in the
Start
Start
alignment

Is this a bug, or should I do something else to get set
footerActionsAlignment::Center
footerActionsAlignment::Center
?
image.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Modal footer actions alignment
FilamentFFilament / ❓┊help
2y ago
How to test modal footer actions
FilamentFFilament / ❓┊help
9mo ago
How to center filter modal footer?
FilamentFFilament / ❓┊help
11mo ago
Modal Footer
FilamentFFilament / ❓┊help
2y ago