TableRow
Represents a row in the Table component.
Type Parameters
T
Properties
index
index:
number
Zero-based index position of this row in the table
item
item:
T
The data item being displayed in this row, must have an id property
selected
selected:
boolean
Whether this row is currently selected in the table