Replies: 1 comment
-
|
Yep happy to include this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @danharrin,
I'd like to propose a small enhancement to table filter indicators.
Currently, when table filters are active, Filament renders a hardcoded icon-only "remove all filters" control in the filter indicators area. Unlike the main filters trigger, this control is not exposed as a configurable action.
Proposed improvement:
Add a dedicated API such as
filtersRemoveAllAction()that allows developers to customize that control in the same way other table actions can be customized.Example:
Why this would help:
I'd be happy to open a PR if this fits Filament's direction.
Beta Was this translation helpful? Give feedback.
All reactions