Large html data without server side.
Large html data without server side.
Hi, I'm new in DataTables. And i have a problems with big tables.
My table have >100000 rows, and my page is freeze when datatable loads.
Question is : can i use any async loading data, or anything else, to stop my page freezing? Or using waiting animation?
And thx to developers, DataTable is really good:)
P.s. Sorry for my bad language...
My table have >100000 rows, and my page is freeze when datatable loads.
Question is : can i use any async loading data, or anything else, to stop my page freezing? Or using waiting animation?
And thx to developers, DataTable is really good:)
P.s. Sorry for my bad language...
This discussion has been closed.
Replies
In fairness - it is. Its just not surprising that the browser freezes...! You are kind of asking for it if you load that much data into the dom and then have anything read it back...
The answer is, use Ajax loading of data. Even without server-side processing you'll et a big speed boost.
There is no other option - if there was some magic toggle to make DataTables load faster, I wouldn't hide it!
Allan