Alternatives to load huge data in data table quickly

Alternatives to load huge data in data table quickly

piyushpiyush Posts: 4Questions: 1Answers: 0
edited January 2014 in General
Hi All,

I am using datatable with huge amount of data where there are hundred and thousand of rows.

Because of that it is taking time to load so much of huge data in datatable window.

Can you please let me know alternative solutions like
- should i use pagination
- or any way to do lazy loading of data
- or any other alternatives to show these huge data in data table?

Thanks,
Piyush

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Please see: http://datatables.net/faqs#speed

    Allan
This discussion has been closed.