Search results

DetailRow API in JavaScript Grid API control

The DetailRow module is used to handle detail template and hierarchy Grid operations.

Methods

collapse

Collapses a detail row with the given target.

Parameter Type Description
target number | Element Defines the expanded element to collapse.

Returns void

collapseAll

Collapses all the detail rows of the Grid.

Returns void

expand

Expands a detail row with the given target.

Parameter Type Description
target number | Element Defines the collapsed element to expand.

Returns void

expandAll

Expands all the detail rows of the Grid.

Returns void