Replies: 1 comment 1 reply
-
Hey @fnimick 👋 Don't suppose you managed to solve this one after? I'm looking for a similar solution with a one-to-many relationship between two tables and the children rows have different columns to the parent. I got as far as getting the table with expandable rows built, however, all children records under each parent are showing |
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.
-
My use case: I'd like to have top-level rows be clickable to reveal a full-width detail panel with additional data about the top-level row item.
(Similarly, would it be possible to have the expansion row use a different data type than the top-level row items?)
I'm not sure how to do this with
addSubRows
andaddExpandedRows
- perhaps I should try to write my own plugin for this specific use case?Beta Was this translation helpful? Give feedback.
All reactions