Defined in: features/column-sizing/columnSizingFeature.types.ts:64
getAfter: (position?) => number;
Defined in: features/column-sizing/columnSizingFeature.types.ts:68
Returns the offset measurement along the row-axis (usually the x-axis for standard tables) for the header. This is effectively a sum of the offset measurements of all succeeding (right) headers in relation to the current column.
ColumnPinningPosition | "center"
number
getSize: () => number;
Defined in: features/column-sizing/columnSizingFeature.types.ts:72
Returns the current size of the column.
number
getStart: (position?) => number;
Defined in: features/column-sizing/columnSizingFeature.types.ts:76
Returns the offset measurement along the row-axis (usually the x-axis for standard tables) for the header. This is effectively a sum of the offset measurements of all preceding (left) headers in relation to the current column.
ColumnPinningPosition | "center"
number
resetSize: () => void;
Defined in: features/column-sizing/columnSizingFeature.types.ts:80
Resets the column to its initial size.
void