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

### Clear and concise description of the problem I'm trying to do scrollbar control like spotlight in MacOS. ![scroll-demo](https://user-images.githubusercontent.com/9990676/210050550-21b7f110-976d-4c37-a471-1449fe6ca015.gif) As can be seen from the gif, the scrollbar only changed...

feature-request

### Clear and concise description of the problem I want to be able to use the virtual scroller with a large number of items without providing a list of all...

feature-request

### Clear and concise description of the problem I'm using `DynamicScroller` in CEF M99. It will become janky with many pictures resource in `DynamicScrollerItem` in extremely scrolling case. ### Suggested...

feature-request

The following is an example of what I mean - what is weird is that I checked internal sizing and it all lists the same size for each element -...

### Describe the bug Resize event of scroller element is constantly triggered during scrolling (causing forceUpdate), due to it not having fixed height when pageMode is true. see: https://github.com/Akryum/vue-virtual-scroller/blob/v1/packages/vue-virtual-scroller/src/components/DynamicScroller.vue#L193 I...

bug

### Describe the bug Each browser has a [maximum allowable height for div elements](https://stackoverflow.com/questions/51890286/need-to-increase-the-allowable-maximum-height-for-a-div-element). When the height vue-recycle-scroller__item-wrapper div exceeds this number I am no longer able to scroll below...

bug

### Describe the bug Some items placed in a DynamicScroller looks blurry. The same items after RErender (for example after scroll out of rendered buffer and scroll back, page refreshing)...

bug

`vue.runtime.esm.js:1888 TypeError: Cannot read property 'observe' of null` how to fix that? ![image](https://user-images.githubusercontent.com/4997825/72668430-645e5880-3a2f-11ea-84b4-26897a0efacd.png)

### Describe the bug I want the documentation for the vue3 version, but this is how vue2 is written,Where is the vue3 version? ### Reproduction null ### System Info ```shell...

docs

This bug was fix ~16 months ago in v2, but also exists in v1. I realise Vue2 is now officially dead, but we're still some way off being able to...