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

Vue3/@next DynamicScroller not picking up all size changes when a lot is happening?

Open cpainchaud opened this issue 2 years ago • 4 comments

I am using Vue3/@next version of this library.

I am loading 10K objects which may change size based on a specific value called 'expanded' and I also have an Expand/Collapse all button which will show extra data (using v-if)

What happens is: if I use Expand All, everything is perfectly resized and i can browse all the list : no single flow. Now if I click Collapse all, there is like 5% (no pattern I can find, no error) of the rows which will show extra space (the hidden content is properly hidde with v-if). If I expand/collapse again individual rows which filed, they will start working again.

image

thank you!

cpainchaud avatar Feb 09 '22 21:02 cpainchaud

I can see it also

nilinov avatar Feb 28 '22 06:02 nilinov

Experiencing the same.

Edit: Managed to fix it. The issue was that the new items shared the same id as the old items. I also forgot to filter out old items, after filtering everything went fine.

louisraetz avatar May 03 '22 14:05 louisraetz

@cpainchaud did you find a solution about this?

KayVeeCodes avatar Jun 01 '23 19:06 KayVeeCodes

@cpainchaud did you find a solution about this?

unfortunately no :/

cpainchaud avatar Jun 02 '23 06:06 cpainchaud