Data table hangs browser when Large data in the table

Data table hangs browser when Large data in the table

kraviguptakravigupta Posts: 3Questions: 0Answers: 0
edited February 2012 in DataTables 1.8
Hello Everyone,

I am using datatables for several tables in my project. I have around 2k+ rows in my table. I need to load all that data at a time. No server side processing. Is there any way already present which can help me in loading the data in steps. Like load and show only first 10 rows and then when scroll reaches to the end, load next 50 automatically.

Please help.

Thanks and Regards
Ravi

Replies

  • kraviguptakravigupta Posts: 3Questions: 0Answers: 0
    Using
    "bScrollInfinite": true
    "bScrollCollapse": true
    This problem is resolved.. I was missing those properties.
This discussion has been closed.