vue-virtual-scroll-list icon indicating copy to clipboard operation
vue-virtual-scroll-list copied to clipboard

⚡️A vue component support big amount data list with high render performance and efficient.

Results 86 vue-virtual-scroll-list issues
Sort by recently updated
recently updated
newest added

Maybe i can create animation if i can get the offset of the next item

suggestion

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

question

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...

question

## 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...

bug

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...

bug

## 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...

suggestion

## 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...

suggestion

## Describe the feature request I'm getting the following error with inline elements, please implement it. ![vlist](https://user-images.githubusercontent.com/20217146/114292964-fafbb700-9ac4-11eb-8e26-684793e58c37.gif)

suggestion

![image](https://user-images.githubusercontent.com/28672888/114258122-5fecd980-99ff-11eb-8d0c-4648044013f5.png) 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....

question