Issues in loading table javascript

Asked By 20 points N/A Posted on -
qa-featured

Hi Guys,

I am facing issues in loading table JavaScript, I am having a table with more then 1000 rows that slows down the browser & responsiveness.

Please suggest a way to overcome such situations.

Waiting for a solution,

Anthony E Cisneros

SHARE
Answered By 5 points N/A #198632

Issues in loading table javascript

qa-featured

Hi,

There is a solution. Kindly try the same using Ajax. Try to load the data using Ajax. Please check, you are using server side processing or not. If not please try this. Try to use the JSArray (aaData) for this. This will work fine in all kind of browsers and will reduce the response time considerably.The HTML must completely upload before Data Table start to read the data. I feel the above solution will insure this.

Waters Magner

Related Questions