Replies: 1 comment 1 reply
-
You might be looking for making an entire sub table instead of sub rows |
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
-
Hi, I've tried some methods to achieve the goal as title.
Version: 8
Table ColumnSettingList as below:
Table Data structure as below:
If I want to use the api of "subRows", I need to have the same data structure as the parent row.
Then I could use the selection related api, every row, no matter is sub row or parent row.
What if I need in subRow is totally different header and column, but still need checkbox and relative with parent row?
Goal:
Table can be expanded, selected all rows (child & parent), and custom subComponent.
Or it can be achieved by version 8?
Please help, thank you.
Beta Was this translation helpful? Give feedback.
All reactions