Filter clear not working on IE11 with individual search columns
Filter clear not working on IE11 with individual search columns
lechonex
Posts: 3Questions: 0Answers: 0
If you open one table with individual search inputs like this one:
https://datatables.net/examples/api/multi_filter.html
when you use the "X" to clear a filter for a specific column the results are not updated. This happens in the latest version of Internet Explorer 11
This discussion has been closed.
Replies
Change
$( 'input', this.footer() )
to be$( 'input clear', this.footer() )
and it will work.Allan
Hello Allan,
Thanks a lot for your feedback. Are you going to update the example?
Committed here and will be deployed to the site soon.
Allan