Angular DataGrid - MasterDetail
Allows you to build a master-detail interface in the grid.
autoExpandAll
Specifies whether detail sections appear expanded or collapsed.
template
Specifies a custom template for detail sections.
| Name | Type | Description |
|---|---|---|
| data |
The master row's data object. |
|
| key | any |
The master row's key. |
| watch |
Allows tracking a variable and performing actions when it changes. Applies when repaintChangesOnly is true.
|