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.
Properties
Section titled “Properties”children
Section titled “children”children:
ReactNode
Defined in: packages/ui/src/types.ts:158
Table rows and sections.
hoverRow?
Section titled “hoverRow?”
optionalhoverRow:boolean
Defined in: packages/ui/src/types.ts:160
Whether to highlight rows on hover.