How to perform Datatable Ajax Pagination ?
How to perform Datatable Ajax Pagination ?
belsarerohit81
Posts: 6Questions: 4Answers: 0
How do I Access the iDisplayStart and iDisplayLength Variables on serverside?
Consider I am using type post
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
iDisplayStart
andiDisplayLength
were used before DataTables 1.10.In 1.10, use
start
andlength
as in:Code above is the body of a POST request in V1.10.7
You get the same variables when using a GET request but they are stored in the url.