vue3-infinite-list
vue3-infinite-list copied to clipboard
一个支持百万数量级的Vue3无限滚动列表组件
可以实现鼠标悬停 停止自动滚动功能吗?
高度不确定的情况如何动态渲染高度,我看getItemSize这个函数只能返回索引
您好, 我想增加多选框怎么做?希望多选框能选中一整行。 我的应用场景是有很多的列。
When my data object changes (such as the state of an item affecting a button color), I find that dom actually hasn't changed. I analyzed the source code and found...
As https://github.com/tnfe/vue3-infinite-list/issues description. I fix `setTimeout` to directly run `scrollRender()`. There may be some doubts about whether the `renderEnd` function can be removed from the `scrollRender` function and run separately...
报错位置在这里,加上一行代码initAll()可以解决问题。可以更新一版吗解决这个问题吗?  