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

It would be **very useful** to have the scroll snap functionality ( similar to **scroll-snap** in css ). The use case for it is full screen scroll on mobile. Without...

This fixes the issue when the dynamic scroller disappears out of view and the this.$el.parentNode returns nothing causing the observer to have issues, stack trace for current issue follows [Vue...

When using the `vue-3` version, with the following: ``` ... ``` calling `scroller.scrollToItem` does nothing (no errors either) If I remove `page-mode` it works as expected

![image](https://user-images.githubusercontent.com/49642933/186324096-3e7671a6-999c-448c-aed2-183b4d83c8e8.png)

question

TODO: Investigate technical solution and performance impact.

feature-request

### Describe the bug I am using DynamicScroller and using size-dependecies prop but i have observed that there is extra space after last element and the cause that is observed...

feature-request

### Clear and concise description of the problem I am having issue when using this module with large height div as item. If the item height is over 9999px, `translateY(-9999px)`...

bug

### Clear and concise description of the problem I want to make the scrollbar move up when a chat is added in chat-demo. Now the scrollTop keeps going down, but...

help wanted

### Describe the bug I cannot get vue-virtual-scroller to work with my nuxt/vue3 App. I use the newest version of Nuxt: 3.7.4. Searching the internet I found a working codepen...

enhancement
help wanted