-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
虚拟滚动存在性能问题,超过1000条数据会卡顿或者直接卡死 #153
Comments
demo这里的例子不太对,用的是异步渲染,每次只渲染一页数据是体现不了性能边界的。
改成这样就会卡顿了(一次性渲染1000条) |
都做本地分页了,那其实虚拟列表的意义就不大了... 希望zpaging的虚拟列表能解决大量数据时,仅渲染区域节点,并支持动态高度的情况下滚动到指定节点 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
编译平台
HbuilderX
VUE版本
vue3
运行平台
App
z-paging版本
2.7.11
问题描述
数据量比较大时,会出现性能问题(超过1000条),页面直接卡顿,超过10s才能渲染出来,如果数据量超过10000条,可能就卡死了
希望解决性能问题,或者提供切片的操作,支持单次渲染几百条,分多次渲染
The text was updated successfully, but these errors were encountered: