Hi,
I’m sorry if my explanation was not clear, I don’t know very well how to express my need so here I will attach a little preview with the behaviour of the filters of Microsoft Excel, which is exactly the desired behaviour I want to have with the filters of Handsontable.
So, at first, yes, the Select All
is the default. Then, I filter by a value. Finally, I want to Clear filter
. What Excel does, as you can see, is automatically select all the checkboxes from the list when the user clicks on Clear filter
. In my Handsontable, if I click on Clear
, all the checkboxes are deselected and I have to manually click on "Select All"
to select them and see all the data again.
I hope this was more clear. My question was if maybe there is something that can help me replicate this behaviour and force the selection of all the checkboxes when I click on Clear
, just like in Excel. Perhaps inside the onClearAllClick
method from the example.
Thank you!