How can I hide this 'reset' button of column manager ?

Solution:Jump to solution
I don't think Filament has a method to override this action, but you can hide it using css.
Create a custom theme and add this to your theme.css
```css
.fi-ta-col-manager-header button {...
2 Replies
Solution
I don't think Filament has a method to override this action, but you can hide it using css.
Create a custom theme and add this to your theme.css
Thank you