How to have ajax pagination?

How to have ajax pagination?

ali_azmali_azm Posts: 1Questions: 0Answers: 0
edited November 2013 in General
How can I get data from server, while I click on Next or Previous links?

I have a huge number of rows, and can't load them all at once.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Use server-side processing: http://datatables.net/usage/server-side . Example: http://datatables.net/release-datatables/examples/data_sources/server_side.html .

    See also the FAQs: http://datatables.net/faqs#speed .

    Allan
This discussion has been closed.