# TableState_FeatureMap

# Interface: TableState\_FeatureMap

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

## Properties

### cellSelectionFeature

```ts
cellSelectionFeature: TableState_CellSelection;
```

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

***

### columnFilteringFeature

```ts
columnFilteringFeature: TableState_ColumnFiltering;
```

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

***

### columnGroupingFeature

```ts
columnGroupingFeature: TableState_ColumnGrouping;
```

Defined in: [types/TableState.ts:20](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableState.ts#L20)

***

### columnOrderingFeature

```ts
columnOrderingFeature: TableState_ColumnOrdering;
```

Defined in: [types/TableState.ts:21](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableState.ts#L21)

***

### columnPinningFeature

```ts
columnPinningFeature: TableState_ColumnPinning;
```

Defined in: [types/TableState.ts:22](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableState.ts#L22)

***

### columnResizingFeature

```ts
columnResizingFeature: TableState_ColumnResizing;
```

Defined in: [types/TableState.ts:23](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableState.ts#L23)

***

### columnSizingFeature

```ts
columnSizingFeature: TableState_ColumnSizing;
```

Defined in: [types/TableState.ts:24](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableState.ts#L24)

***

### columnVisibilityFeature

```ts
columnVisibilityFeature: TableState_ColumnVisibility;
```

Defined in: [types/TableState.ts:25](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableState.ts#L25)

***

### globalFilteringFeature

```ts
globalFilteringFeature: TableState_GlobalFiltering;
```

Defined in: [types/TableState.ts:26](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableState.ts#L26)

***

### rowExpandingFeature

```ts
rowExpandingFeature: TableState_RowExpanding;
```

Defined in: [types/TableState.ts:27](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableState.ts#L27)

***

### rowPaginationFeature

```ts
rowPaginationFeature: TableState_RowPagination;
```

Defined in: [types/TableState.ts:28](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableState.ts#L28)

***

### rowPinningFeature

```ts
rowPinningFeature: TableState_RowPinning;
```

Defined in: [types/TableState.ts:29](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableState.ts#L29)

***

### rowSelectionFeature

```ts
rowSelectionFeature: TableState_RowSelection;
```

Defined in: [types/TableState.ts:30](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableState.ts#L30)

***

### rowSortingFeature

```ts
rowSortingFeature: TableState_RowSorting;
```

Defined in: [types/TableState.ts:31](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableState.ts#L31)

***

### workerRowModelsFeature

```ts
workerRowModelsFeature: TableState_WorkerRowModels;
```

Defined in: [worker/createTableWorker.ts:28](https://github.com/TanStack/table/blob/main/packages/table-core/src/worker/createTableWorker.ts#L28)
