datatable refresh time

datatable refresh time

PrasanthPbvrPrasanthPbvr Posts: 1Questions: 0Answers: 0

I am trying to import a csv file to existing datatable with values to update a specific field. I was able to update the data value but not displaying on the view. I use draw() function to redraw the context and evrything seems to working fine. But when i try to work with a huge file its getting very very slow. chorme display wait/kill message and its keep running. while debug i notice that the table.row(rowref).data(contextdata).draw() is taking time. Any solution to make it fast greatly appreciate!

Replies

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin

    Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.

    Information on how to create a test page, if you can't provide a link to your own page can be found here.

    Thanks,
    Allan

This discussion has been closed.