Handsontable clear all filters

Tags: #<Tag:0x00007efc6522cb90>

Handsontable clear all filters is not available in latest pro version but it was present in 1.3.4. It was having below functions -
hot.getPlugin(‘filters’).clearFormulas();

Hi @tejashrir15

we have changed the structure a little bit and now you can call the clearConditions method to get filters erased. The method takes a column index as an argument.

Thank you. But can you please share example of how to use it?

Sure, here http://jsfiddle.net/wo1sqzz8/ is a live example.
Does it meet your project requirements?

yes… it does… Thank you so much for your quick response.

Great. Happy to hear that :slight_smile:
Feel free to open a new ticket if needed. Take care.