function header_getLeafHeaders<TFeatures, TData, TValue>(header): Header<TFeatures, TData, TValue>[];function header_getLeafHeaders<TFeatures, TData, TValue>(header): Header<TFeatures, TData, TValue>[];Defined in: core/headers/coreHeadersFeature.utils.ts:26
Walks a header tree and collects all descendant leaf headers.
The header itself is included after its descendants, matching the recursive shape used by nested header groups.
TFeatures extends TableFeatures
TData extends RowData
TValue
Header<TFeatures, TData, TValue>
Header<TFeatures, TData, TValue>[]
const leafHeaders = header_getLeafHeaders(header)const leafHeaders = header_getLeafHeaders(header)