Replies: 2 comments
-
any updates or work around for this |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any updates? |
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
-
Hello everyone,
I have been trying to implement
react-virtual
intoreact-table
. My cells have a dynamic height and I can't seem to figure out how to get the height after rendering the cells.Here's an example code sandbox: https://codesandbox.io/s/sad-leftpad-kil0i
I have tried adding a ref to the cell render function using the second props argument but that ref doesn't seem to be added to the cell. The virtualRow.mesureRef also doesn't seem to update the height correctly. I have also tried using
react-window
and ended up having similar issues.Beta Was this translation helpful? Give feedback.
All reactions