Question about table expansion #4448
Unanswered
alilahrime
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.
Uh oh!
There was an error while loading. Please reload this page.
-
when
row.canExpand()
is true therow.original
is an object that contains all relevant data for the row. I'd like to be able to pass data from the row into a component thats conditionally rendered (within table cell) whenrow.canExpand()
is false (expanded). Why isrow.original
set to empty [string] when row.canExpand() is false (expanded)?Beta Was this translation helpful? Give feedback.
All reactions