Refresh individual column searching select inputs
Refresh individual column searching select inputs

Is there a way of refreshing these dropdowns https://datatables.net/examples/api/multi_filter_select.html preferably at the same time as table.ajax.reload().
Answers
You could use
drawCallback
ordraw
to perform the refresh once the Datatable has been drawn.Kevin