This repository was archived by the owner on Mar 27, 2023. It is now read-only.
Replies: 1 comment
-
|
One approach might be to de-sugar the <clr-dg-row-detail [clrIfExpanded]="expandedRowIDValue" (clrIfExpandedChange)="handleExpandedRowChange($event, expandedRowID)">This would allow the application to manage the expanded state for rows either all at once or for individual rows. |
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.
-
Can you detect if the rows are open ? I made a custom button that will open all of them but does if all of them are open it will not detect them so to say... Example if I open the manually could I detect if all of them are open and use that to change my custom button?



Beta Was this translation helpful? Give feedback.
All reactions