The DetailRow
module is used to handle detail template and hierarchy Grid operations.
Collapses a detail row with the given target.
Parameter | Type | Description |
---|---|---|
target | number | Element |
Defines the expanded element to collapse. |
Returns void
Collapses all the detail rows of the Grid.
Returns void
Expands a detail row with the given target.
Parameter | Type | Description |
---|---|---|
target | number | Element |
Defines the collapsed element to expand. |
Returns void
Expands all the detail rows of the Grid.
Returns void