API Reference

GridBodyProps

interface

Full props for the GridBody component.

Defined in package/src/types.ts:600

Renders as <tbody> by default. Use the render prop to override.

PropTypeDefaultDescription
renderReactElement | ((props: HTMLProps<tbody>, state: GridBodyState) => ReactElement)Custom render function or element. Receives HTML props for <tbody> and component state.