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:
and
I tried these two but it doesn't work:
and
use Filament\Tables\Enums\FiltersLayout;
protected function getTableFiltersLayout(): FiltersLayout
{
return FiltersLayout::AboveContent;
}protected function getFiltersLayout(): FiltersLayout
{
return FiltersLayout::AboveContentCollapsible;
}