function table_getCenterTotalSize<TFeatures, TData>(table): any;function table_getCenterTotalSize<TFeatures, TData>(table): any;Defined in: features/column-sizing/columnSizingFeature.utils.ts:314
Returns center total size 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_getCenterTotalSize(table)const value = table_getCenterTotalSize(table)