Skip to content

TableRowSlotProps

TableRowSlotProps = object

Defined in: packages/ui/src/types.ts:182

Props for the table row plugin slot.

Renders a single row inside a TableSectionSlotProps. Supports selection highlighting and click handling for row navigation.

TableCellSlotProps for the cell-level props within each row.

children: ReactNode

Defined in: packages/ui/src/types.ts:184

Table cells within this row.


optional onClick: () => void

Defined in: packages/ui/src/types.ts:188

Click handler for the row.

void


optional selected: boolean

Defined in: packages/ui/src/types.ts:186

Whether this row is currently selected.