Change the style of the filter "Reset"
How can I change this reset to button style?
Solution:Jump to solution
If you mean you want to change the name to
button style
you need to publish translations for tables via:
php artisan vendor:publish --tag="filament-tables-translations"
and change the reset name
If you mean change the style of the button, then you need to create your own theme and register CSS classes there
https://filamentphp.com/docs/3.x/panels/themes...7 Replies
Register some CSS.
Solution
If you mean you want to change the name to
button style
you need to publish translations for tables via:
php artisan vendor:publish --tag="filament-tables-translations"
and change the reset name
If you mean change the style of the button, then you need to create your own theme and register CSS classes there
https://filamentphp.com/docs/3.x/panels/themesWhy would anyone change the name to "button style" π
Ikr? π
Thats what the title says
How can I change this reset to button style?
"How can I change this reset [link] to button style" π
Just to be safe I provided both
Agree. Why would I man? πππ
And thanks alot.