# Cell_FeatureMap

# Interface: Cell\_FeatureMap

Defined in: [types/Cell.ts:15](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/Cell.ts#L15)

## Properties

### cellSelectionFeature

```ts
cellSelectionFeature: Cell_CellSelection;
```

Defined in: [types/Cell.ts:16](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/Cell.ts#L16)

***

### cellSpanningFeature

```ts
cellSpanningFeature: Cell_CellSpanning;
```

Defined in: [types/Cell.ts:17](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/Cell.ts#L17)

***

### columnGroupingFeature

```ts
columnGroupingFeature: Cell_ColumnGrouping;
```

Defined in: [types/Cell.ts:18](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/Cell.ts#L18)

***

### rowAggregationFeature

```ts
rowAggregationFeature: Cell_RowAggregation;
```

Defined in: [types/Cell.ts:19](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/Cell.ts#L19)
