RowCollapseEvent

Provides event arguments for the onRowCollapse handler. Triggered when a master row is collapsed to hide detail content.

Props

The following table outlines the props for the RowCollapseEvent:

NameTypeDefaultDescription
cancel
boolean
-

Indicates whether the current collapse action should be canceled.

data
T
-

Represents the complete data object for the collapsed row.

rowIndex
number
-

Identifies the collapsed row by its index value.