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 when amount(800,000) * height(40px) above div height limit(22,369,600px),we can not see the items out of the div. Is there some simple way to solve bug like...

bug

### Describe the bug Scroll not working on ios devices. Requirement the -webkit-overflow-scrolling: touch; fix pleaceas ### Reproduction asdasd ### System Info ```shell asdasd ``` ### Used Package Manager npm...

feature-request

Move into v1 ([395bbfb](https://github.com/Akryum/vue-virtual-scroller/commit/395bbfb73588455795ecc5b144281ce5fda042ff)) Fix for issue https://github.com/Akryum/vue-virtual-scroller/issues/778

### Clear and concise description of the problem i uses sticky positioning in slot, but it's not working. ![image](https://user-images.githubusercontent.com/43689316/235328864-dc67a03b-4322-4faf-a86e-b8859371bf57.png) ### Suggested solution Has anyone experienced this situation before?

help wanted

### Describe the bug Your will-change css causes issues with video full screen on Safari. ### Reproduction Use Safari Try full screen with a video player using a video tag...

bug

### Clear and concise description of the problem I wish that vue-virtual-scroll can have more features such as integrating vue-draggable because it currently can't use with vuedraggable ### Suggested solution...

feature-request

### Describe the bug After updating to v1.1.2 we started seeing some strange issues in lists using `DynamicScroller`. Data seems to be reused from other rows. Downgrading to v1.1.1 resolved...

bug

### Describe the bug While in page mode, the regex that searches the scroll parent (and in all honesty, the method should be more sophisticated, as it does not distinguish...

bug

### Describe the bug When scrolling horizontally, the scrollLeft attribute is added to the inner elements of all elements, but when scrolling vertically, scrollLeft randomly disappears Bug is reproduced on...

bug