vue-virtual-scroll-list
vue-virtual-scroll-list copied to clipboard
⚡️A vue component support big amount data list with high render performance and efficient.
can this use with table ? with full screen width and height? and can this be filtered? with search
More and more libraries (vite, rollup, nuxt v3) are pushing for native ES support. It would be nice if this library could also be distributed as esm to make it...
I did not understand how the parent component will handle events from the Item component. Is it not possible? Why didn't you use a slot and scoped slots for it?
First of all thank you for this excellent library. It solves a very difficult problem better described here: https://developers.google.com/web/updates/2016/07/infinite-scroller Of course that solution expects me to explicitly work on the...
## Describe 页面渲染的时候scrollToIndex到指定位置,然后滚轮上滑会出现一段空白  ## To Reproduce Steps to reproduce the behavior: 1.页面加载完成后,滚轮向上滚动 ## Reproduce demo https://codesandbox.io/s/live-demo-virtual-list-e1ww1 ](https://codesandbox.io/s/live-demo-virtual-list-forked-vvi73?file=/src/App.vue) ## Other - Version [e.g. 2.2.9] - Browser [e.g. chrome, safari]
## Describe The Mounted hook of the item component always triggers on newly loaded elements causing flickering. This seems to be stemming from this issue that was merged in https://github.com/tangbc/vue-virtual-scroll-list/issues/294...
非固定高度的list,使用offset设置偏移量的时候,offset 会有一个最大值(大概在整个list高度的三分之二),超过这个最大值,就不生效
场景 1.数据量15条,每条数据等高 2.设置keeps 为10条 现在设置start 5 正常 (使用scrollToIndex 时和start情况一样) 作者能试下看是我哪里用的不对么
Sometimes, not always while source array is changing (add new item, delete existing item) the virtual-scroll-list isn't updating as result i see the blank space on `div role=group`  but...
When trying to use vue-virtual-scroll-list in a project of mine, I noticed that the app started experiencing some really heavy lag whenever I scrolled far enough. If I use the...