scrolling issue in my table [closed]

2019-09-21 15:49发布

问题:

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?

回答1:

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/