wotz/filament-table-filter-presets

Save and load named filter presets per user for Filament tables
1,106
Install
composer require wotz/filament-table-filter-presets
Latest Version:v0.5.0
PHP:^8.3
License:MIT
Last Updated:Sep 4, 2026
Links: GitHub  ·  Packagist
Maintainer: Who Owns The Zebra

Filament Table Filter Presets

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.

filters.png save-filters.png

Installation

You can install the package via composer:

composer require wotz/filament-table-filter-presets

You can publish and run the migrations with:

php artisan vendor:publish --tag="filament-table-filter-presets-migrations"
php artisan migrate

You 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,
];

Documentation

For the full documentation, check here.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

If you discover any security-related issues, please email info@whoownsthezebra.be instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

Related Packages

wotz/filament-live-preview

A Filament plugin to add a preview screen to your pages. The screen will render...

1,013 0
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,312 160
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

366,462 86
reliese/laravel

Reliese Components for Laravel Framework code generation.

3,954,390 1,705