Skip to content

GridHeaderContentProps

Since v1.8.0

Props for GridHeaderContent.

PropertyTypeDescription
id?stringUnique identifier for this header content entry. Defaults to a stable React-generated id (tbw-header-content-:rN:).
order?numberRender order priority. Lower values appear first.
childrenReactNodeReact content to project into the grid shell header content area.

Default: 100