RowExpandEvent

Provides event arguments for the onRowExpand handler. Triggered when a master row is expanded to display detail content.

Props

The following table outlines the props for the RowExpandEvent:

NameTypeDefaultDescription
cancel
boolean
-

Indicates whether the current expand action should be canceled.

data
T
-

Represents the complete data object for the expanded row.

rowIndex
number
-

Identifies the expanded row by its index value.