# FeatureConstructors

# Interface: FeatureConstructors

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

## Properties

### CachedRowModel?

```ts
optional CachedRowModel: any;
```

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

***

### Cell?

```ts
optional Cell: any;
```

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

***

### Column?

```ts
optional Column: any;
```

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

***

### ColumnDef?

```ts
optional ColumnDef: any;
```

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

***

### CreateRowModels?

```ts
optional CreateRowModels: any;
```

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

***

### Header?

```ts
optional Header: any;
```

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

***

### HeaderGroup?

```ts
optional HeaderGroup: any;
```

Defined in: [types/TableFeatures.ts:32](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableFeatures.ts#L32)

***

### Row?

```ts
optional Row: any;
```

Defined in: [types/TableFeatures.ts:33](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableFeatures.ts#L33)

***

### RowModelFns?

```ts
optional RowModelFns: any;
```

Defined in: [types/TableFeatures.ts:34](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableFeatures.ts#L34)

***

### Table?

```ts
optional Table: any;
```

Defined in: [types/TableFeatures.ts:35](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableFeatures.ts#L35)

***

### TableOptions?

```ts
optional TableOptions: any;
```

Defined in: [types/TableFeatures.ts:36](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableFeatures.ts#L36)

***

### TableState?

```ts
optional TableState: any;
```

Defined in: [types/TableFeatures.ts:37](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/TableFeatures.ts#L37)
