Hi,
In our application, we are using custom column filters which is taken from this link https://handsontable.com/docs/column-filter/#column-filter
But we found that the typed filter input value is not getting cleared on doing CRUD operations. We had to manually clear the values.
So i tried to capture the typed input value in the filter box and clear it out. But, i am unable to get the value which we type in. I have created a jsfiddle code with clear button.
Is there a workaround to clear the typed in filter values on the clear button click?
Please find the demo code here, https://jsfiddle.net/nd3jzpqu/10/
Thanks,
Karthikeyan