function table_getRightTotalSize<TFeatures, TData>(table): any;function table_getRightTotalSize<TFeatures, TData>(table): any;Defined in: features/column-sizing/columnSizingFeature.utils.ts:368
Sums the rendered size of the right pinned header region.
An empty right pinning region returns 0.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
any
const width = table_getRightTotalSize(table)const width = table_getRightTotalSize(table)