Skip to content

TableSectionSlotProps

TableSectionSlotProps = object

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

Props for the table head and table body plugin slots.

Used by both the tableHead and tableBody slots in UIPluginComponents. Contains TableRowSlotProps children.

children: ReactNode

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

Table rows within this section.