Function: TableRow()
TableRow<
T>(props):Element
Defined in: components/Table/Table.tsx:256
A single data row. Entity = Selection → reads vars.colors.input.* and
surfaces the selected State when the parent Table has a selectionMode.
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends object | object |
Parameters
| Parameter | Type |
|---|---|
props | TableRowProps<T> |
Returns
Element