Does virtual list support dynamic data? #928
Unanswered
HuakunShen
asked this question in
Q&A
Replies: 1 comment 1 reply
-
No, count can change, also check https://tanstack.com/virtual/latest/docs/api/virtualizer#getitemkey |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build a search command palette. There could be hundreds of commands, the list to render is changing as the search term changes.
In the examples I see
count
is a fixed value passed intouseVirtualizer
, so I wonder when my data changes, do I have to always create a new virtualizer?Beta Was this translation helpful? Give feedback.
All reactions