Replies: 1 comment
-
Mostly, the parts of our table component don't do anything special. Table Root handles a scroll container itself, but other than that, sounds like you might find more react-virtuoso experts in the repository of that library rather than here. |
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
-
I'm using Radix UI Themes Table to show data. The problem is that I must show many rows, and this makes everything slow. I wanted to implement virtual rendering with react virtuoso and it somehow works but the style of the table is messed up and I get some errors like:
Here is a code snippet of what I have so far:
`
Beta Was this translation helpful? Give feedback.
All reactions