Daybrush (Younkue Choi)

Results 714 comments of Daybrush (Younkue Choi)

What does it mean to archive? Maybe you want to restore the state? You can get the information by calling .`getStatus` You can restore the information by calling `.setStatus`. https://naver.github.io/egjs-infinitegrid/Guides#get-status--restore-status

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

@NathanaelA test [email protected] The list will be calculated correctly.

@NathanaelA I missed it because I was testing multiple PRs. Test @egjs/[email protected] https://github.com/naver/egjs-infinitegrid/pull/531

@NathanaelA Could you try adding that prop `scrollContainer=".assetContainer"`?

@NathanaelA I also couldn't find a solution to this, but I'm looking for a way to change the scoped class name in svelte. ```jsx ``` So, in css, you have...

`.updateItems()`, or `.renderItems({ useResize: true })` but if you use isConstantSize, Use `.renderItems({ useOrgResize: true })`.

sorry. Currently, Grid and InfiniteGrid operate with javascript, not css. That's why position: absolute basically works. Not now, but someday it will support `position: relative` style of behavior.

안녕하세요. `containerTag={AnimatePresence}` 또는 `scrollContainer={elementRef}` 방식으로 사용할 수 있을 것 같습니다. ```jsx {feeds} ```