Re-set after using server-side processing + pipeline
Re-set after using server-side processing + pipeline
BruceMac
Posts: 2Questions: 0Answers: 0
I have a set of lists of different topics (A,B,C,D) which use the same data table ID (myData) and code to display output as per the server-side processing + pipeline code on the site's example (http://datatables.net/release-datatables/examples/server_side/pipeline.html)
Displaying the first topic's code (e.g. "A") is fine - no problems. But when I then click on "B" to generate its output, the content of the table remains that of "A" - the call to the sAjaxSource address is not being fired.
I have tried the fnDestroy approach (var cleanup = $("#myData").dataTable(); cleanup.fnDestroy();) but this has not solved my problem.
I hope I've provided sufficient detail/description for one of you to help me out here.
Thanks/Bruce
Displaying the first topic's code (e.g. "A") is fine - no problems. But when I then click on "B" to generate its output, the content of the table remains that of "A" - the call to the sAjaxSource address is not being fired.
I have tried the fnDestroy approach (var cleanup = $("#myData").dataTable(); cleanup.fnDestroy();) but this has not solved my problem.
I hope I've provided sufficient detail/description for one of you to help me out here.
Thanks/Bruce
This discussion has been closed.
Replies
http://82.113.152.82/forums/discussion/16893/fndraw-doesnt-redraw-after-server-side-processing/p1