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 Hi, I have found a bug in the `RecycleScroller`. It is reproducible by my provided example. If I re-compute my items array in `` from e.g....

bug

### Describe the bug Hi, I just figured out that my `` does not reactivley updates if I use _splice_ on my reactive **items** in order to add or remove...

help wanted
feature-request

### Clear and concise description of the problem ![image](https://github.com/Akryum/vue-virtual-scroller/assets/103976180/fff393cd-20d5-4a27-b0f1-14284bb41694) ![image](https://github.com/Akryum/vue-virtual-scroller/assets/103976180/54ba8531-2b02-4ee0-b8cf-37c5bda3ab66) ### Suggested solution key-field and index must be consistent otherwise the size of the computed could be 0. ``` //...

feature-request

This is a PR for solution proposed by @NguyenHoan2201 in the issue below: [#821 - iphone safari scroll up flicker](https://github.com/Akryum/vue-virtual-scroller/issues/821) I've tested the fix and it works.

### Describe the bug Hello, I've encountered an issue with RecycleScroller while displaying a list of 10,000 items. When I scroll quickly using the scrollbar (not the mouse wheel), some...

bug

### Describe the bug I encountered a bug related to the nested usage of components provided by `vue-virtual-scroll`. The nesting involves an outer vertical virtual list and an inner horizontal...

bug

### Describe the bug When using,` Events: scroll end` cannot be triggered correctly ### Reproduction The same code is triggered normally when using ### System Info ```shell win10, chrome ```...

bug
need-repro

### Clear and concise description of the problem When I try to use CSS’s `overflow: hidden` and control the scroll position through JavaScript’s `scrollTop` or `scrollLeft`, the scrolling behavior works...

bug

### Describe the bug I use nuxt 3 and have registered components in plugin. Here is my component usage code: ``` {{ item.label }} const TABLE_ROW_SIZE = 40; const items...

help wanted

### Describe the bug I have created a div and flex properties table. Cells have a clearly defined width, for example 400 pixels. Accordingly, part of the table does not...

bug