# columnResizingFeature

# Variable: columnResizingFeature

```ts
const columnResizingFeature: TableFeature<ColumnResizingFeatureConstructors<TableFeatures, RowData>>;
```

Defined in: [features/column-resizing/columnResizingFeature.ts:92](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/column-resizing/columnResizingFeature.ts#L92)

The Column Resizing feature adds column resizing state and APIs to the table and column objects.
**Note:** This is dependent on the Column Sizing feature.
