Pipeline and inputPaging
Pipeline and inputPaging

Is it possible to use the inputPaging plugin along with pipelining? Currently, inputPaging causes the table to redraw on every page change, even when there is cached data in the pipeline.
https://datatables.net/blog/2024/inputPaging
https://datatables.net/examples/server_side/pipeline.html
Answers
I combined inputPaging with the pipelining example you linked to and it seems to work.
https://live.datatables.net/gafawoha/26/edit
There are no ajax requests for the first 5 pages. Going to page 6 will use ajax. Use the browser's network inspector to see this.
Can you post a link to a test case replicating the issue?
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin