Is it possible to combine Client-side and Server-side Pagination ?
Is it possible to combine Client-side and Server-side Pagination ?
paulbandler
Posts: 2Questions: 1Answers: 0
When using server-side pagination, is it possible for the server to return say 1000 rows, but to only display 100 at a time? i.e could Datatables provide local forward and back pagination over 1000 rows, and request a 'next' 1000 after the 10th page?
This question has an accepted answers - jump to answer
Answers
Maybe this pipelining example will do what you want.
Kevin
Thank you, that is a useful steer.