vue-virtual-scroller
vue-virtual-scroller copied to clipboard
⚡️ Blazing fast scrolling for any amount of data
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
A small change for a particular use case. The css Transform property create a new scope inside the browser, so the item with fixed position is positioned relatively to the...
In RecycleScroller documentation it says: > It is not recommended to use functional components inside RecycleScroller since the components are reused (so it will actually be slower). Does that means...
I don't know if this is an issue or was this intended but I think it should check if there are enough items to prerended and if not, prerended a...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
When attempting to implement the DynamicScroller in Vue 3, I'm getting a `TypeError: this.$slots.default is not a function` exception when I attempt to render the `DynamicScrollerItem` component. If I remove...
Im Using `` and is there a way not to render item if lets say in the item there is visible: false. And it will be visible later after some...
https://github.com/Akryum/vue-virtual-scroller/blob/master/src/components/RecycleScroller.vue#L210-L225 With deepRef, big tree data will consume a lot of memory.
It looks like the code for view sorting was accidentally changed when creating the Vue3 version. Reverting this changes ensures the functionality works correctly.