naver / egjs-infinitegrid

A module used to arrange card elements including content infinitely on a grid layout.
https://naver.github.io/egjs-infinitegrid/
MIT License
2.23k stars 95 forks source link

How to destroy list #575

Open Gitby-Leo opened 3 months ago

Gitby-Leo commented 3 months ago

Environment:

@egjs/vue3-infinitegrid: ^4.12.0 vue: ^3.4.29

<MasonryInfiniteGrid ref="igRef" />

Description

After calling request-append several times, I want to refresh and reset the list, including resetting the scroll bar height.

However, I couldn't find a destroy method on the igRef.value

The method getStatus is working fine

Could you please advise on how to achieve this?

Steps to check or reproduce

Gitby-Leo commented 3 months ago

no destroy() is a bug,right?