vue-virtual-scroller
vue-virtual-scroller copied to clipboard
vue component inside RecycleScroller tag
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 that, using a vue component inside RecycleScroller tag will make it slower?
So what's the alternative in case the list we're trying to render contains a vue components?
Pls advise!
Hi I am keen to know the answer to this question as well
I am using quasar with vue3 and am keen to use the q-card within the recyclescroller, is the only option to render just in div?
Same situation here, i need to render a list a items with a component inside. In my case im using the DynamicScrollerItem component but with a sub component inside.