Data table hangs browser when Large data in the table
Data table hangs browser when Large data in the table
kravigupta
Posts: 3Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
"bScrollInfinite": true
"bScrollCollapse": true
This problem is resolved.. I was missing those properties.