vue-virtual-scroller
vue-virtual-scroller copied to clipboard
⚡️ Blazing fast scrolling for any amount of data
### Clear and concise description of the problem I'm trying to do scrollbar control like spotlight in MacOS.  As can be seen from the gif, the scrollbar only changed...
### 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...
### 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...
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...
### 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...
### 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)...
`vue.runtime.esm.js:1888 TypeError: Cannot read property 'observe' of null` how to fix that? 
### 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...
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...