Is it possible to use paging with refresh?

Is it possible to use paging with refresh?

valrecxvalrecx Posts: 2Questions: 0Answers: 0
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

  • valrecxvalrecx Posts: 2Questions: 0Answers: 0
    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.