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.
Properties
Section titled “Properties”children
Section titled “children”children:
ReactNode
Defined in: packages/ui/src/types.ts:171
Table rows within this section.