vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

⚡️ Blazing fast scrolling for any amount of data

Results 221 vue-virtual-scroller issues
Sort by recently updated
recently updated
newest added
trafficstars

### Describe the bug ## description - When I added the 'scroll-behavior: smooth;' property to the scrolling container, it conflicted with the 'requestAnimationFrame' in the 'scrollToBottom' function, causing it to...

bug

Description Fix scrollState value; In getScroll funtion, the start value will always be zero if start < 0, although the start is less than size(window.innerHeight if vertical), the problem is:...

Hi. Is it possible to use vue-virtual-scroller with jsx? Main question is how to have access to `item` and its attributes. My code looks like this one and seems that...

In [this](https://akryum.github.io/vue-virtual-scroller/#/dynamic) example when I pull the scrollbar down it becomes so slower (It says `repaints on scroll` when I enable `Scrolling performance issues` setting in dev tools). Adding `will-change:...

### Clear and concise description of the problem - Currently the library has a scrollToItem method but the behavior is not smooth ### Suggested solution - Implement a function to...

Could you please provide an example of this? Should I use slots? If so there only seems to be an `after-container` slot with `recycle-list`. So not sure how to get...

question

### Clear and concise description of the problem 大佬们,请问这个组件支持树状结构渲染吗?有的话能告知写法吗,谢谢啦~ ### Suggested solution 请问这个组件支持树状结构渲染吗 ### Alternative _No response_ ### Additional context _No response_ ### Validations - [X] Read the [docs](https://github.com/Akryum/vue-virtual-scroller/blob/master/packages/vue-virtual-scroller/README.md). -...

question

### Describe the bug Hi, first off my setup info: I am using Vue 2.7 with composition API and vue-virtual-scroller 1.1.2. My problem: I am using a virtual scroll list...

bug
help wanted

### Clear and concise description of the problem It would be great if you could add custom scroll bar feature, I tried to use it inside simplebar or prefect-scrollbar but...

feature-request