PHPackages                             wotz/filament-table-filter-presets - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wotz/filament-table-filter-presets

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wotz/filament-table-filter-presets
==================================

Save and load named filter presets per user for Filament tables

v0.3.1(2mo ago)0343↓44.1%[2 PRs](https://github.com/wotzebra/filament-table-filter-presets/pulls)MITPHPPHP ^8.4CI passing

Since Feb 18Pushed 2mo agoCompare

[ Source](https://github.com/wotzebra/filament-table-filter-presets)[ Packagist](https://packagist.org/packages/wotz/filament-table-filter-presets)[ Docs](https://github.com/wotz/filament-table-filter-presets)[ RSS](/packages/wotz-filament-table-filter-presets/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (14)Versions (9)Used By (0)

Filament Table Filter Presets
=============================

[](#filament-table-filter-presets)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5df30971edcbedc619f73a0c070f08adab24c1fbd0b37221479ca065170d73fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776f747a2f66696c616d656e742d7461626c652d66696c7465722d707265736574732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wotz/filament-table-filter-presets)[![GitHub Tests Action Status](https://camo.githubusercontent.com/18e3f20481e7665d2bcb1c1769964964434d35e13d02934f4287a6302a8cb772/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f776f747a2f66696c616d656e742d7461626c652d66696c7465722d707265736574732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/wotz/filament-table-filter-presets/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/05522bb6f5aa03cfe1752295a852bc606fb78ffedd818b10bc1cc9bb23b94629/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f776f747a2f66696c616d656e742d7461626c652d66696c7465722d707265736574732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/wotz/filament-table-filter-presets/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/e6ca8ec8d268c9e9fba48b75aa18597832bfbc1d9d50fa4ca24de947de644fa4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776f747a2f66696c616d656e742d7461626c652d66696c7465722d707265736574732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wotz/filament-table-filter-presets)

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](docs/filters.png)](docs/filters.png)[![save-filters.png](docs/save-filters.png)](docs/save-filters.png)

Installation
------------

[](#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
-------------

[](#documentation)

For the full documentation, check [here](./docs/index.md).

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

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

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance86

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

89d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/15cf50c665151125e406b8daceaca4ce27096798f9295cbae2f17b29440241f6?d=identicon)[Who Owns The Zebra](/maintainers/Who%20Owns%20The%20Zebra)

---

Top Contributors

[![jyrkidn](https://avatars.githubusercontent.com/u/2447042?v=4)](https://github.com/jyrkidn "jyrkidn (15 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravelwotzfilament-table-filter-presets

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/wotz-filament-table-filter-presets/health.svg)

```
[![Health](https://phpackages.com/badges/wotz-filament-table-filter-presets/health.svg)](https://phpackages.com/packages/wotz-filament-table-filter-presets)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
