How to clear the condition before add new rows to table dynamically?

Tags: #<Tag:0x00007f0b10c0d600>

Hi,
How to remove filtered condition before adding new rows on the table so that before filtered data also gets displayed?
I see the solution here but this bit older and it is not working as well https://forum.handsontable.com/t/how-to-clear-the-conditions-of-the-filters-by-javascript-with-api/463

It works with clearConditions() methos

handsontableInstance.getPlugin('filters').clearConditions()
handsontableInstance.getPlugin('filters').filter()

thanks

2 Likes

Thank you for an update.

Iā€™m closing the topic.