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.
Properties
Section titled “Properties”children
Section titled “children”children:
ReactNode
Defined in: packages/ui/src/types.ts:184
Table cells within this row.
onClick()?
Section titled “onClick()?”
optionalonClick: () =>void
Defined in: packages/ui/src/types.ts:188
Click handler for the row.
Returns
Section titled “Returns”void
selected?
Section titled “selected?”
optionalselected:boolean
Defined in: packages/ui/src/types.ts:186
Whether this row is currently selected.