Open Gitby-Leo opened 3 months ago
@egjs/vue3-infinitegrid: ^4.12.0 vue: ^3.4.29
<MasonryInfiniteGrid ref="igRef" />
After calling request-append several times, I want to refresh and reset the list, including resetting the scroll bar height.
request-append
However, I couldn't find a destroy method on the igRef.value
destroy
igRef.value
The method getStatus is working fine
getStatus
Could you please advise on how to achieve this?
no destroy() is a bug,right?
destroy()
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 theigRef.value
The method
getStatus
is working fineCould you please advise on how to achieve this?
Steps to check or reproduce