File: header-group.md | Updated: 11/15/2025
Search...
+ K
Auto
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Maintainers Partners Support Learn StatsBETA Discord Merch Blog GitHub Ethos Brand Guide
Documentation
Framework
React
Version
v8
Search...
+ K
Menu
Getting Started
Core Guides
Feature Guides
Core APIs
Feature APIs
Enterprise
Examples
Framework
React
Version
v8
Menu
Getting Started
Core Guides
Feature Guides
Core APIs
Feature APIs
Enterprise
Examples
On this page
Copy Markdown
These are core options and API properties for all header groups. More options and API properties may be available for other table features .
Header Group API
----------------
All header group objects have the following properties:
tsx
id: string
id: string
The unique identifier for the header group.
tsx
depth: number
depth: number
The depth of the header group, zero-indexed based.
tsx
type headers = Header<TData>[]
type headers = Header<TData>[]
An array of Header objects that belong to this header group
