HeaderGroup

这些是所有表头组的核心选项和API属性。其他表格功能可能还有更多选项和API属性。

表头组API

所有表头组对象都具有以下属性:

id

tsx
id: string

表头组的唯一标识符。

depth

tsx
id: number

表头组的深度,从零开始计数。

headers

tsx
type headers = Header<TData>[]

属于此表头组的Header对象的数组。