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

Bumps [terser](https://github.com/terser/terser) from 4.6.7 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

remove hover feature, hovering causes severe lag

The `mouseenter` and `mouseleave` event listeners have shown some performance issues, and there's some demand for them to be toggleable as a result. This PR adds a prop for disabling...

This is my Component ![image](https://user-images.githubusercontent.com/55927613/132141563-e2e534dd-4bbd-4f51-bd7b-67426b1b5364.png) `computedSObjectFields` is an Array of Objects and this is the container with a pre defined Height ![image](https://user-images.githubusercontent.com/55927613/132141590-e9863258-dd0a-41b9-9630-1472dd693604.png) And this is the result ![demo](https://user-images.githubusercontent.com/55927613/132141538-f64cf0ab-1099-4f2f-856a-88097f2938df.gif)

I could not find any event that will notify me when the scroll has reached the top or the bottom. This is helpfull for loading more data when scrolling up...

feature-request

I'm trying to implement infinite loading the issue is that even after the data is added I can't scroll further until I scroll up a bit then its being refreshed....

Right now we can customize the element tags via `DynamicScrollerItem.tag` but there does not seem to be a way to customize the wrapping element tag. This is important for accessibility...

使用 DynamicScroller,滚动加载图片的dom时,页面会抖动,连续加载的图片越多,抖动越严重

bug

When using DynamicScroller, the `keyField` prop was ignored because it was manually set as its default value `id` here.