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 I'm using `RecycleScroller`. This is how I set it up. ![image](https://github.com/Akryum/vue-virtual-scroller/assets/21060275/5f960377-1e2b-4481-8976-673a4c365671) I face this error. It only happens when items are too much for this case...

bug

### Describe the bug I followed what is written [here](https://github.com/Akryum/vue-virtual-scroller/tree/v1/packages/vue-virtual-scroller#dynamicscroller) to implement a dynamic scroller, but looks like the items overlap. ### Reproduction MyDynamicScroller.vue ``` {{ `${index} ${item}` }} export...

bug

Add the following custom tag props: - `rootTag` (default: `'div'`): the element to render as the root container. - `beforeTag` (default: `'div'`): the element to render as the before slot...

### Clear and concise description of the problem I recommend this warehouse to you This is a case https://vue3-virtual-scroll-list-examples-xi.vercel.app/#/ It can be very helpful in my work 🤩 ### Suggested...

feature-request

### Describe the bug I'm trying to implement virtual-table by using [email protected] 。But I found vue-virtual-scroller doesnot surport table tag。 ``` {{ props.item.picture }} {{ props.item.name }} {{ props.item.company }}...

### Clear and concise description of the problem When we scroll there is no snapping with this library. This lets the list scroll until decelerated, but many times for visual...

question

### Clear and concise description of the problem On the mobile side, when the rendering performance is not very good, the scrolling speed is too fast will cause a white...

feature-request

### Describe the bug When I use RecycleScroller in the el-select component of element, if el-select has a bound value at the beginning, then the label cannot be displayed normally...

bug
help wanted

### Describe the bug I am attempting to remove items from a list, but encountering an issue where the item does not disappear right away. When I try to delete...

bug

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.1.8 to 3.2.7. Changelog Sourced from vite's changelog. 3.2.7 (2023-05-26) fix: port #13348 to v3, fs.deny with leading double slash (#13349) (0574f80), closes #13348 #13349 3.2.6 (2023-04-18)...

dependencies