table_getRightTotalSize

Function: table_getRightTotalSize()

ts
function table_getRightTotalSize<TFeatures, TData>(table): number;

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.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

table

Table_Internal<TFeatures, TData>

Returns

number

Example

ts
const width = table_getRightTotalSize(table)