© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
10 replies
H.Bilbao

Filter above custom page HasTable

How can I place filters above the table on a custom page?
I tried these two but it doesn't work:
use Filament\Tables\Enums\FiltersLayout;

protected function getTableFiltersLayout(): FiltersLayout
{
   return FiltersLayout::AboveContent;
}
use Filament\Tables\Enums\FiltersLayout;

protected function getTableFiltersLayout(): FiltersLayout
{
   return FiltersLayout::AboveContent;
}

and

protected function getFiltersLayout(): FiltersLayout
{
   return FiltersLayout::AboveContentCollapsible;
}
protected function getFiltersLayout(): FiltersLayout
{
   return FiltersLayout::AboveContentCollapsible;
}
Solution
Is this still v2? Or did you just not update the syntax?
Jump to solution
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

how to custom page with hasTable ?
FilamentFFilament / ❓┊help
2y ago
How to put the filter above in a custom dashboard page?
FilamentFFilament / ❓┊help
2y ago
makeFilamentTranslatableContentDriver in HasTable
FilamentFFilament / ❓┊help
3y ago
Applying filter to a custom page
FilamentFFilament / ❓┊help
3y ago