Is there a way to know if a filter is currently active instead of all data being displayed?
Knowing when filters are active
We have a method that let you check if filters are currently enabled: https://handsontable.com/docs/api/filters/#isenabled
1 Like
Does this just check if the filters is set to true? I need to know if one has actually been chosen if that’s possible
When the filter is green
I think you can use afterFilter hook to check it. I made an example showing that:
1 Like