How to make subrows column accessors different than the main? #4735
Unanswered
TitoSniberb
asked this question in
Q&A
Replies: 1 comment
-
@TitoSniberb have you found an answer to that? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say my main data objects looks like
[{ a: 'a', b: 'b', subRows: [{ c: 'c', d: 'd' }] }]
How could I make it so when expanding the subRows, the props
c
andd
are rendered as accessor keys for the subRows?Beta Was this translation helpful? Give feedback.
All reactions