Defined in: features/column-resizing/columnResizingFeature.types.ts:68
getCanResize: () => boolean;Defined in: features/column-resizing/columnResizingFeature.types.ts:72
Checks whether this column can start a resize interaction.
boolean
getIsResizing: () => boolean;Defined in: features/column-resizing/columnResizingFeature.types.ts:76
Checks whether this column is the active resize target.
boolean