using datatable for large data is making the loading slow. Is there anyway I can make it faster?
using datatable for large data is making the loading slow. Is there anyway I can make it faster?
anamika1992
Posts: 1Questions: 1Answers: 0
I am using 200 rows and 55 column for datatable. Each cell is a dropdown. If I use normal gridview it's take max 20 second but if I am calling datatable for the grid, it is taking more than 2 min to load and most of the time it's timed out. Please help me find a way to make it faster.
This discussion has been closed.
Answers
For a general answer you can look at this FAQ.
Can you post a link to your page or a test case replicating the issue? Without seeing specifically what your page is doing its hard to say where the problem might be.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin