function table_getTotalSize<TFeatures, TData>(table): number;function table_getTotalSize<TFeatures, TData>(table): number;Defined in: features/column-sizing/columnSizingFeature.utils.ts:297
Sums the rendered size of the full table header row.
This includes left, center, and right columns in the main header group.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
number
const width = table_getTotalSize(table)const width = table_getTotalSize(table)