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 tried to implement a reversed vertical scrolling behaviour using DynamicScroller and infinite scroll behaviour like in the average chat. I also...

feature-request

### Describe the bug DynamicScroller forwards the string literal "id" to RecycleScroller, rather than whatever the user has provided. related: https://github.com/Akryum/vue-virtual-scroller/issues/161 (closed with no particular resolution) ### Reproduction https://github.com/Akryum/vue-virtual-scroller/blob/0f2e36248421ad69f41c9a08b8dcf7839527b8c2/packages/vue-virtual-scroller/src/components/DynamicScroller.vue#L7 ###...

feature-request

### Describe the bug In our Vue application, we have a tooltip that is intended to appear on top of parent element (vue-recycle-scroller__item-view) when hovered over. However, the tooltip is...

bug

### Describe the bug After the first rendering of RecycleScroller is completed, changing the computer time to one year ago will cause a delay in triggering internal component slot events....

question

### Clear and concise description of the problem Currently the scroller components use the attribute defined in the `keyField` configuration (which defaults to `id`) as the field to identify the...

### Describe the bug DynamicScroll is encapsulated in a component that switches through a router. It is found that when switching back, the data height increases, and with multiple switches,...

### Clear and concise description of the problem lastest version 2.0.0-beta.8 had released over 2 years ### Suggested solution release a new version ### Alternative _No response_ ### Additional context...

### Describe the bug if scroller window height = 300px and item height = 600px when scroller.scrollTop = 301~599px will not see the second item I think it's cause by...

### Describe the bug Cannot find module 'vue-virtual-scroller' or its corresponding type declarations. ### Reproduction https://github.com/Akryum/vue-virtual-scroller ### System Info ```shell Cannot find module 'vue-virtual-scroller' or its corresponding type declarations. ```...

I noticed that when the items are updated, the corresponding watch is not triggered, which leads to the internal pool not being updated.