Data lazy loading

Data lazy loading

Marat_GalievMarat_Galiev Posts: 1Questions: 0Answers: 0
edited January 2011 in General
Hi all. I'm using datable plugin with pagination in my project. I have 5 000 entries in my database.
How I can perform my data lazy loading? For example on the first pagination page load only 100 entries, on second -another 100 etc
Thanks.

Replies

  • allanallan Posts: 61,823Questions: 1Answers: 10,129 Site admin
    There is a pipelining example available which does exactly this for server-side processing: http://datatables.net/examples/server_side/pipeline.html (assuming you are using server-side processing?).

    Allan
This discussion has been closed.