# ColumnDef_CellSelection

# Interface: ColumnDef\_CellSelection

Defined in: [features/cell-selection/cellSelectionFeature.types.ts:151](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/cell-selection/cellSelectionFeature.types.ts#L151)

## Properties

### enableCellSelection?

```ts
optional enableCellSelection: boolean;
```

Defined in: [features/cell-selection/cellSelectionFeature.types.ts:155](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/cell-selection/cellSelectionFeature.types.ts#L155)

Allows cells in this column to be selected. Defaults to `true`.
