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

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://forum2.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.