scrolling issue in my table [closed]

2019-09-21 15:21发布

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条回答
闹够了就滚
2楼-- · 2019-09-21 15:37

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/

查看更多
登录 后发表回答