egjs-infinitegrid icon indicating copy to clipboard operation
egjs-infinitegrid copied to clipboard

DOM not recycled

Open neckaros opened this issue 1 year ago • 1 comments

Description

I'm using MasonryInfiniteGrid in Svelte

When scrolling i can sill see all the cards in the dom without any recycling. Where is the screenshot of what the DOM look like image

i'm not sure how recycling is working and calculating what is currently visible?

Steps to check or reproduce

Version: 4.9.0 & 4.10.1

Here is my svelte code: image

neckaros avatar Jul 07 '23 10:07 neckaros

@neckaros

recycle works in groups. Have you set up a groupkey? Basically, it is judged by item.groupKey.

daybrush avatar Jul 20 '23 11:07 daybrush