egjs-infinitegrid
egjs-infinitegrid copied to clipboard
DOM not recycled
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
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:
@neckaros
recycle works in groups.
Have you set up a groupkey?
Basically, it is judged by item.groupKey
.