grouping Columns and sub Row component at the same time #3294
Unanswered
SalvadorLucas
asked this question in
Q&A
Replies: 2 comments
-
Are there any suggested solutions for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Took me ages to work this out, but this can be done by checking the subrow count. {row.getIsExpanded() && row.subRows.length === 0 && ( |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I use grouping columns and row sub component at the same time?
At this moment both are using the same row.isExpanded flag to display subComponent and Aggegated data, so when I try to visualize grouped column's data the first row Sub component is displayed too, that's happend on every first row.
Thanks for helping.
Beta Was this translation helpful? Give feedback.
All reactions