≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Is it possible to use paging with refresh?
Is it possible to use paging with refresh?
valrecx
Posts: 2
Questions: 0
Answers: 0
May 2013
edited May 2013
in
General
Is it possible for datatable to use it's paging functionality without ajax? or without loading all data on the server side?
Replies
valrecx
Posts: 2
Questions: 0
Answers: 0
May 2013
edited May 2013
right now one way for me to get data by page is to use sAjaxSource
other way is to load all data first and do the paging on the front side
What I want is to implement the common paging pass this query string ?page=3&iDisplayStart=10&iDisplayLength=20&sEcho=3 etc via post or get method
Is it possible to do that using dataTables?
This discussion has been closed.
Replies
other way is to load all data first and do the paging on the front side
What I want is to implement the common paging pass this query string ?page=3&iDisplayStart=10&iDisplayLength=20&sEcho=3 etc via post or get method
Is it possible to do that using dataTables?