Is it possible to combine Client-side and Server-side Pagination ?

Is it possible to combine Client-side and Server-side Pagination ?

paulbandlerpaulbandler 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

Sign In or Register to comment.