reloading DT
reloading DT
anilj
Posts: 6Questions: 0Answers: 0
I have a DT with serverSide and ajax arguments. I have a several form input fields and checkboxes that I am using to filter DT through ajax server calls.
When I do:
[code]
searchTable.columns( colIdx ).search( fieldvalue ).draw();
[/code]
I see a ajax request to the server and the server is returning new DT data (after filtering) but the table will not reload (with these filters applied). In fact, it seems to just show the same full DT without any filters applied.
When I do:
[code]
searchTable.columns( colIdx ).search( fieldvalue ).draw();
[/code]
I see a ajax request to the server and the server is returning new DT data (after filtering) but the table will not reload (with these filters applied). In fact, it seems to just show the same full DT without any filters applied.
This discussion has been closed.