vue-virtual-scroller
vue-virtual-scroller copied to clipboard
⚡️ Blazing fast scrolling for any amount of data
System: Vuejs3 build: https://github.com/Akryum/vue-virtual-scroller/tree/next/packages/vue-virtual-scroller I have created a minimal recreation of the bug here -> https://stackblitz.com/edit/vitejs-vite-chutjj?file=src/App.vue **Description of problem:** Go to App.vue, and you will see the variable on line#12...
Thanks for this awesome component, first of all. I'm integrating it currently in my project, where I do have the need to leverage it nested in with two different configurations:...
It appears that scrollToItem() will not directly scroll to the item if the items are not exactly the same height as defined in the prop `min-item-size`. See code example below:...
### Description (from primary commit) This commit rewrites the view (re-)assignment logic in a way that is shorter and therefore easier to read through. The performance is generally on par...
Hey, when im trying to render table with columns in outside of screen i got on this columns only headers without data that's my code https://codesandbox.io/s/vue-virtual-scroller-xs7hb?fontsize=14 i can fix it...
Gave me a lot of headaches, finally figured out why pagemode isn't working for me... 1. Go to [Demo Page](https://akryum.github.io/vue-virtual-scroller/#/recycle) 2. Activate page-mode 3. See that it is working 4....
when we use router-view and keep alive with RecycleScroller, if we change the router, then back, we will see the scroller position will change to the top. we need to...
Hi, I am doing a 2D grid, with a lot of mouse interactions. I notice a there is a mouseenter and mouseleave event attached for the hover class, which affects...
When rendering a slot, Vue will act as if the slot content was expanded in-line at the ``'s place. Having the slots in a v-for therefore can trigger too much...
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...