Re-set after using server-side processing + pipeline

Re-set after using server-side processing + pipeline

BruceMacBruceMac Posts: 2Questions: 0Answers: 0
edited December 2013 in DataTables 1.9
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

Replies

  • BruceMacBruceMac Posts: 2Questions: 0Answers: 0
    I've since found the answer I was looking for - in this forum:
    http://82.113.152.82/forums/discussion/16893/fndraw-doesnt-redraw-after-server-side-processing/p1
This discussion has been closed.