ColumnSizingDefaultOptions

Properties

Link copied to clipboard

Enables or disables right-to-left support for resizing the column. defaults to 'ltr'. API Docs Guide

Link copied to clipboard

Determines when the columnSizing state is updated. onChange updates the state when the user is dragging the resize handle. onEnd updates the state when the user releases the resize handle. API Docs Guide

Link copied to clipboard

Enables or disables column resizing for the column. API Docs Guide

Link copied to clipboard

If provided, this function will be called with an updaterFn when state.columnSizing changes. This overrides the default internal state management, so you will also need to supply state.columnSizing from your own managed state. API Docs Guide

Link copied to clipboard

If provided, this function will be called with an updaterFn when state.columnSizingInfo changes. This overrides the default internal state management, so you will also need to supply state.columnSizingInfo from your own managed state. API Docs Guide