Question about Pagination
Question about Pagination
bubuzzz
Posts: 26Questions: 0Answers: 0
Hi all,
I started to use DataTable today. After reading all the examples, I only see that for pagination, datatable can only use ajax mode to post back the current page and length to the server. My question is how can i press the next button of the pagination and catch the paramenters in the server side in the normal mode?
I started to use DataTable today. After reading all the examples, I only see that for pagination, datatable can only use ajax mode to post back the current page and length to the server. My question is how can i press the next button of the pagination and catch the paramenters in the server side in the normal mode?
This discussion has been closed.
Replies
Allan
Allan
I solved my problem with the example about pagination custom. Thank you