React-table/React-virtual skeleton when row is being prepared #3736
Unanswered
chrisfernandes102
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project where I am attempting to render virtual rows in a table. When the virtual row is waiting to render I would love to render a skeleton row. Is there any way to achieve this? My hunch is that
prepareRow
is what is taking time to render the row, but still not 100% sure.My code looks like this:
Beta Was this translation helpful? Give feedback.
All reactions