I can't make individual column search work on table.ajax.reload(). Please help.
I can't make individual column search work on table.ajax.reload(). Please help.
whatacar
Posts: 7Questions: 3Answers: 1
var myCallback = function () { this.api().columns().every(function () {....}
$('#example').DataTable({
initComplete: myCallback
});
````
but the code below doesn't work:
table.ajax.reload(myCallback);
```
Thank you
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I am sorry for the ugly formatted question. Here is a ready to use solution, from Allan, that I've found, for those who might be interested:
Please consider that question answered and close the post.