Re-draw after programmatically changing filter select
Re-draw after programmatically changing filter select
sloney1
Posts: 1Questions: 1Answers: 0
Hi, I have set up column filters as per your example (https://datatables.net/manual/api#Example---column-filter) however I wish to have a button which clears all the filters. It clears them but the table is not redrawn. How can I achieve this?
Thanks in advance
This discussion has been closed.
Answers
after clearing the filters use "draw"
https://datatables.net/reference/api/draw()