Skip to content

TableSlotProps

TableSlotProps = object

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

Props for the table plugin slot.

The root table element rendered by DataTableProps. Wraps TableSectionSlotProps (head/body) and TableRowSlotProps children.

UIPluginComponents for the slot registration point.

children: ReactNode

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

Table rows and sections.


optional hoverRow: boolean

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

Whether to highlight rows on hover.