© 2026 Hedgehog Software, LLC

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

Toggle filter inline layout when using FiltersLayout::AboveContent

When using toggle filters that are using the AboveContent layout, is there a way to make them so they are not inline? The design does not look good when next to select filters (see attached screenshot)

Filter::make('option_1')->toggle(),
  Filter::make('option_2')->toggle(),
], layout: \Filament\Tables\Enums\FiltersLayout::AboveContent)
Filter::make('option_1')->toggle(),
  Filter::make('option_2')->toggle(),
], layout: \Filament\Tables\Enums\FiltersLayout::AboveContent)


->inline(false) does not appear to work here?
Capture.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

FiltersLayout
FilamentFFilament / ❓┊help
10mo ago
Toggle Filter only used when On?
FilamentFFilament / ❓┊help
3y ago
Change filter layout
FilamentFFilament / ❓┊help
2y ago
make date range filter inline
FilamentFFilament / ❓┊help
2y ago