You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please add a "VTreeviewVirtual" component in future releases, similar to "VDataTableVirtual"?
With large trees (>1000 leaves), the regular component struggles (there’s a very noticeable rendering delay).
If we use the load-children prop instead, filtering becomes problematic, since the search needs to run across the entire array. Of course, all of this can be implemented manually, but it makes the code much more cluttered.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Could you please add a "VTreeviewVirtual" component in future releases, similar to "VDataTableVirtual"?
With large trees (>1000 leaves), the regular component struggles (there’s a very noticeable rendering delay).
If we use the load-children prop instead, filtering becomes problematic, since the search needs to run across the entire array. Of course, all of this can be implemented manually, but it makes the code much more cluttered.
Beta Was this translation helpful? Give feedback.
All reactions