Add the HasSavedTableFilters trait to any ListRecords page to get Save, Load, and Delete header actions. Filter presets are scoped per user and per resource, stored as JSON, and persisted via a single saved_table_filters table.
You can install the package via composer:
composer require wotz/filament-table-filter-presetsYou can publish and run the migrations with:
php artisan vendor:publish --tag="filament-table-filter-presets-migrations"
php artisan migrateYou can publish the config file with:
php artisan vendor:publish --tag="filament-table-filter-presets-config"This is the contents of the published config file:
return [
'administrator_model' => User::class,
];For the full documentation, check here.
composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security-related issues, please email info@whoownsthezebra.be instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.

