How to perform Datatable Ajax Pagination ?
How to perform Datatable Ajax Pagination ?
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
iDisplayStartandiDisplayLengthwere used before DataTables 1.10.In 1.10, use
startandlengthas 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.