This is in with continuation from my previous question asked here
Now my table is getting refreshed. But when there are more than 25K records, the scrolling takes lots of time. Its very hard to scroll on so many records.
What could be done here?
This is in with continuation from my previous question asked here
Now my table is getting refreshed. But when there are more than 25K records, the scrolling takes lots of time. Its very hard to scroll on so many records.
What could be done here?
A table with 25K records is certainly a lot to handle for any browser. Please consider splitting it into several chunks and use some pagination plugins, for example: http://www.datatables.net/