Pipelining broken
Pipelining broken
brianjlowry
Posts: 2Questions: 0Answers: 0
This is an issue I can replicate on the site's demo here: http://datatables.net/examples/server_side/pipeline.html
Click on page 6 to force pipelining. Now click page 5. The paging loses the start position and begins from 0 again.
This discussion has been closed.
Replies
I've fixed the bug. The pipeline.js file needs this code block replaced:
with this:
Hi,
Thanks for flagging this up and the fix. I've put in a slightly different fix actually, as I think the problem was more in how retrieved data was handled: https://github.com/DataTables/DataTablesSrc/commit/76ef32a31472 . Would interested to hear how you get on with it.
Thanks,
Allan