© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
Falk Maria Zeitsprung

Displaying filters above or below the table content

I cant get to work this. In my CenterResource.php i add the methos:

protected function getTableFiltersLayout(): ?string
    {
        return Layout::BelowContent;
    }
protected function getTableFiltersLayout(): ?string
    {
        return Layout::BelowContent;
    }


i also added:
use Filament\Tables\Filters\Layout;
use Filament\Tables\Filters\Layout;
`

But the method is not being called. It shows in PHPStorm as unused element.

From where do i have to call the method please?
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

Help needed with Filters Above Content
FilamentFFilament / ❓┊help
3y ago
Filters layout not appearing properly above content
FilamentFFilament / ❓┊help
3y ago
Wasted white space on filters above table
FilamentFFilament / ❓┊help
3y ago
Alert above table
FilamentFFilament / ❓┊help
2y ago