Replies: 2 comments
-
Sounds useful. Will do soon. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Done in <DataTable
// ...
rowExpansion={{
// ...
expanded: {
recordIds: expandedRecordIds,
onRecordIdsChange: setExpandedRecordIds,
},
}}
/> Full working example in Controlled mode section of this page. |
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
-
Can you add the possibility to control which rows are expanded like for initiallyExpanded but at the runtime as example like with selectedRecords and onSelectedRecordsChange props? So we can customize with actions cell the open/collapse rows.
Beta Was this translation helpful? Give feedback.
All reactions