vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

vue component inside RecycleScroller tag

Open warheartvik opened this issue 3 years ago • 2 comments
trafficstars

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!

warheartvik avatar Apr 20 '22 16:04 warheartvik

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?

PeterPilley avatar Jan 10 '23 02:01 PeterPilley

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.

EzeFSpa avatar Feb 20 '23 19:02 EzeFSpa