Virtualized React table: Virtualized row cell flickers when used as a child component #662
Unanswered
igorBudimirDev
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 virtualizing the table, following the example in the docs, for virtualized table.
When i render the table cell component with it's content directly there, there's no flickering
So, this example is perfectly fine:
However, when i'm trying to use my custom TableCell component, which has nothing in it, just renders the children, i get flickering.
Example:
Help will be much appreciated. Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions