Optional
childrenOptional
classOptional
dataOptional
disabledSets whether this specific row has disabled functionality for editing and row selection.
Default value is false
.
this.grid.selectedRows[0].pinned = true;
Optional
expandedGets the expanded state of the row.
let isExpanded = row.expanded;
Optional
idOptional
indexThe index of the row.
// get the index of the second selected row
let selectedRowIndex = this.grid.selectedRows[1].index;
Optional
pinnedSets whether the row is pinned.
Default value is false
.
this.grid.selectedRows[0].pinned = true;
Optional
style
The data passed to the row component.