Filter clear not working on IE11 with individual search columns

Filter clear not working on IE11 with individual search columns

lechonexlechonex 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

Replies

  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin

    Change $( 'input', this.footer() ) to be $( 'input clear', this.footer() ) and it will work.

    Allan

  • lechonexlechonex Posts: 3Questions: 0Answers: 0

    Hello Allan,

    Thanks a lot for your feedback. Are you going to update the example?

  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin

    Committed here and will be deployed to the site soon.

    Allan

This discussion has been closed.