vue-virtual-scroller
vue-virtual-scroller copied to clipboard
⚡️ Blazing fast scrolling for any amount of data
### Describe the bug I'm using `RecycleScroller`. This is how I set it up.  I face this error. It only happens when items are too much for this case...
### 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...
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...
### 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...
### 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...
### 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...
### 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...
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)...