id
depth
headers
这些是所有表头组的核心选项和 API 属性。其他表功能可能提供更多选项和 API 属性。
所有表头组对象都具有以下属性:
id: string
表头组的唯一标识符。
depth: number
表头组的深度,从零开始索引。
type headers = Header<TData>[]
属于此表头组的 Header 对象数组。