Is it possible to virtualize nested horizontal elements #256
Unanswered
lukesmurray
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a horizontal table implementation that has a large number of columns and a small number of rows.
I'm trying to virtualize the columns but running into issues.
My table has the following structure.
This is what I want the output to look like
Unfortunately the actual output is very jittery. I'm curious if anyone else has tried to virtualize table cells horizontally and if so I would love some pointers. I'm also curious if what I'm doing is fundamentally incorrect since the
parentRef
is not a direct parent of the table cells.Beta Was this translation helpful? Give feedback.
All reactions