Clear filter button on the multiple choice filter does not clear the filter on the data. Table data is still filtered even after the button is clicked.
I use filterControl and Cookie that store to localstring. When I filter some column data with input filter and reload the page, the talbe still filtered because the cookie is active. It's OK. But if I ...