function table_getRightLeafHeaders<TFeatures, TData>(table): any[];function table_getRightLeafHeaders<TFeatures, TData>(table): any[];Defined in: features/column-pinning/columnPinningFeature.utils.ts:650
Collects leaf headers for the right pinned region.
Parent headers are filtered out from the right flat header list.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
any[]
const headers = table_getRightLeafHeaders(table)const headers = table_getRightLeafHeaders(table)