We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
有没有办法增加对树形数据结构场景的支持,或者在现有基础上支持树形结构的虚拟列表渲染
The text was updated successfully, but these errors were encountered:
已经有基于vue-virtual-scroll-list的虚拟列表树实验案例,搜索虚拟列表树可以得到非常多,最简做法可以参考https://juejin.cn/post/7062676726307880997
最简做法支撑少量设备没有问题,但是对于大数据量支撑依旧存在较大的瓶颈,单个树节点下超5w+勾选就会卡顿,并且接口获取数据下载耗时也极长
目前有实践基于vue-virtual-scroll-list实现虚拟列表树,支撑每个树节点下20w+数据基本没有问题:
效果:
Sorry, something went wrong.
No branches or pull requests
有没有办法增加对树形数据结构场景的支持,或者在现有基础上支持树形结构的虚拟列表渲染
The text was updated successfully, but these errors were encountered: