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.
Maybe i can create animation if i can get the offset of the next item
In fact, I can view the local performance through the FPS tool in devtools. But how do I know the actual performance of users in the production environment
Good day! How can I navigate through list items or component items using the keyboard? At the moment the keyboard arrows are handling the scroll event, me need to cancel...
## Describe In page mode (vertical direction) if exists a horizontal scroll it emits an error `TypeError: t.apply is not a function` ## To Reproduce To reproduce this bug we...
Hi. Is it possible to use this package for nested elements? Component's template is something like this `comment-item.vue`: ``` ``` And page template: ``` ```
## Describe When using a mouse wheel to scroll on MacOS, the virtual scroll works as intended in page-mode. However, when testing on a physical iOS device and Chrome mobile...
## Describe the feature request Provide a way to specify a scroll target, such as a specific element that we are scrolling on. ## Why? An example of how/why can...
## Describe the feature request Is it possible to support drag and drop selection? This is a great feature. Since it is a virtual node, I am not sure how...
## Describe the feature request I'm getting the following error with inline elements, please implement it. 
 When mounted component, or move scroll track to start or end. Wheel event dosen't work as the scroll thumb dimming. At this time, somewhere click in trackbar it works....