vue-virtual-scroll-list
vue-virtual-scroll-list copied to clipboard
⚡️A vue component support big amount data list with high render performance and efficient.
Can you tell me if the latest version already supports vue 3.0? I saw someone use 1. Several versions are used in vue 3.0, is it really possible and is...
In pageMode, multi virtual list has scroll problem
## Describe the feature request **App.vue** ``` ``` **Item.vue** ``` {{ source.text }} ```
## Describe the feature request currently `tobottom` emits when the list is reaches the end. This is useful for infinite lists but the user flow is broken because the user...
## Describe A clear and concise description of what the bug is. ## To Reproduce Steps to reproduce the behavior: 1. Click on '....' 2. Scroll down to '....' 3....
I'm trying to use vue-virtual-scroll-list component on my app for implementing virtual scroll. However, it's not working as expected. It only showing some data's instead of showing all data with...
When I make that ``` Invalid prop: type check failed for prop "dataSources". Expected Array, got Object ```