vue-virtual-scroll-list icon indicating copy to clipboard operation
vue-virtual-scroll-list copied to clipboard

⚡️A vue component support big amount data list with high render performance and efficient.

Results 86 vue-virtual-scroll-list issues
Sort by recently updated
recently updated
newest added

can this use with table ? with full screen width and height? and can this be filtered? with search

question

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...

suggestion

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?

question

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...

suggestion

## Describe 页面渲染的时候scrollToIndex到指定位置,然后滚轮上滑会出现一段空白 ![image](https://user-images.githubusercontent.com/44768938/145024541-7bbab4e7-1b85-4411-ae46-bed4e309b3e1.png) ## 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]

bug

## 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...

bug

非固定高度的list,使用offset设置偏移量的时候,offset 会有一个最大值(大概在整个list高度的三分之二),超过这个最大值,就不生效

bug

场景 1.数据量15条,每条数据等高 2.设置keeps 为10条 现在设置start 5 正常 (使用scrollToIndex 时和start情况一样) 作者能试下看是我哪里用的不对么

question

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` ![image](https://user-images.githubusercontent.com/9521710/93832618-ed90f380-fc7e-11ea-82b9-bddde966dfd1.png) but...

question

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...

question
to be confirmed