hide or remove reset in the filters form

Hello, is there any way to remove reset button in the filters form?
No description
6 Replies
toeknee
toeknee5mo ago
With CSS?
AhmedHelalAhmed
AhmedHelalAhmedOP5mo ago
is there any option in filament?
toeknee
toeknee5mo ago
Looking at: vendor/filament/tables/resources/views/components/filters/index.blade.php No.
AhmedHelalAhmed
AhmedHelalAhmedOP5mo ago
Can we override this? if not how we can achieve that with css?
toeknee
toeknee5mo ago
Just target it with basic css with a display:none ? You can override it, but it's not advisable and that you should be using CSS where possible.
AhmedHelalAhmed
AhmedHelalAhmedOP5mo ago
Ok thank you I used this css button[wire\:click="resetTableFiltersForm"] { display: none; } and add it using https://filamentphp.com/docs/3.x/support/assets#registering-css-files
Want results from more Discord servers?
Add your server