+1 For this feature - Our support staff will keep a page open all day on heavy-use days, and they noted that it would be quite easy for them to get confused if there were no visual cue that a filter was applied. Also, they might apply up to five or six filters at a time, so having an easy way to clear all filters (without having to click into the filter widget) would be extremely helpful as well.
(We definitely should add this, but a quick workaround would be to add a text or alert component that conditionally renders based on if table.filters isnβt null)
@justin That was already the workaround I had in progress, but definitely would like something built in if at all possible. More important would be the ability to clear ALL filters with one click or allow for us to programmatically clear filters (thus allowing us to do it with the click of a button that we create.)
@wmayallen We recently added a table.setFilters() method which allows you to both programmatically set and clear filters (by setting to []). Notes on the usage can be found in our docs