mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
[admin] change filter position above content
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace App\Filament;
|
||||
|
||||
use Filament\Resources\Pages\ListRecords;
|
||||
use Filament\Tables\Filters\Layout;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class PageList extends ListRecords
|
||||
@@ -15,4 +16,9 @@ class PageList extends ListRecords
|
||||
return null;
|
||||
};
|
||||
}
|
||||
|
||||
protected function getTableFiltersLayout(): ?string
|
||||
{
|
||||
return Layout::AboveContent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user