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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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:
`
All reactions