Replies: 1 comment 1 reply
-
... maybe implementing a custom https://github.com/TanStack/table/blob/56e3197f85875f5a8b4c2c0b2fd186e77d6058fd/packages/table-core/src/utils/getGroupedRowModel.ts seems wise? A bit daunting, to be sure, but perhaps the most clear-cut way forward. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is it possible to have a (sub)row appear in multiple groups?
My use case is that the row describes an entity that can be connected to 0-3 people.
I would like to group the table data by people, and (for example) rather than having 3 groups: "person 1", "person 2", "person 1 & person 2", I would ideally want to have just 2 groups: "person 1" and "person 2", with the shared row being duplicated across the groups.
I've tried to hack around a bit, but before delving deeper I figured I would ask for some expertise here!
Beta Was this translation helpful? Give feedback.
All reactions