We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@egjs/vue3-infinitegrid: ^4.12.0 vue: ^3.4.29
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?
The text was updated successfully, but these errors were encountered:
no destroy() is a bug,right?
destroy()
Sorry, something went wrong.
No branches or pull requests
Environment:
@egjs/vue3-infinitegrid: ^4.12.0
vue: ^3.4.29
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
The text was updated successfully, but these errors were encountered: