function table_getRightLeafHeaders<TFeatures, TData>(table): any[];function table_getRightLeafHeaders<TFeatures, TData>(table): any[];Defined in: features/column-pinning/columnPinningFeature.utils.ts:619
Returns right leaf headers for the table.
This reads the relevant table atoms, options, and row-model cache to derive the current table-level value.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
any[]
const value = table_getRightLeafHeaders(table)const value = table_getRightLeafHeaders(table)