Replies: 1 comment
-
2 direction virtualization with VGrid is still experimental. It may not work as expected for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my project, I use a kind of large tables. The concept is the same as VGrid but with a wrapper for each row. Something like:
The reason is simply to make highlighting and row selection easier.
I want to migrate to virtua from @tanstack/react-virtual, where a grid is two nested virtualizers (in my case, a window virtualizer for rows and regular virtualizer for columns).
Is there an example of this use case?
Beta Was this translation helpful? Give feedback.
All reactions