vue-virtual-scroller
vue-virtual-scroller copied to clipboard
⚡️ Blazing fast scrolling for any amount of data
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...
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  `computedSObjectFields` is an Array of Objects and this is the container with a pre defined Height  And this is the result 
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...
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....
It's in vue3. Here is my code. ``` ```
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...
When using DynamicScroller, the `keyField` prop was ignored because it was manually set as its default value `id` here.