Skip to main content

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 ParameterDefault type
T extends objectobject

Parameters

ParameterType
propsTableRowProps<T>

Returns

Element