function column_getAfter<TFeatures, TData, TValue>(column, position): number;function column_getAfter<TFeatures, TData, TValue>(column, position): number;Defined in: features/column-sizing/columnSizingFeature.utils.ts:132
Computes the offset from the end edge of a pinning region after this column.
The value is the sum of all following visible leaf column sizes in the requested region.
TFeatures extends TableFeatures
TData extends RowData
TValue extends unknown = unknown
Column_Internal<TFeatures, TData, TValue>
ColumnPinningPosition | "center"
number
const rightOffset = column_getAfter(column, 'right')const rightOffset = column_getAfter(column, 'right')