DataTable takes 4-5 seconds for rendering data when use ajax data source
DataTable takes 4-5 seconds for rendering data when use ajax data source
kumarsumit
Posts: 3Questions: 1Answers: 0
DataTable takes 4-5 seconds as loading time for rendering data when use ajax data source with client side processing for 100 records.I have also used defer render property but there is no benefit.Please help me.
Thanks in advance.
This discussion has been closed.
Answers
I would start by determining if the problem is network related - taking a long time to get the 100 records or if the code, if any, you are using to manipulate the data is taking a long time. You can use the network tab of your browsers developer tools to see how long it takes to get your records.
If you need help please post a link to your page or provide a test case showing the issue.
Kevin