# RowModelFns_FeatureMap

# Interface: RowModelFns\_FeatureMap\<TFeatures, TData\>

Defined in: [types/RowModelFns.ts:9](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/RowModelFns.ts#L9)

## Type Parameters

### TFeatures

`TFeatures` *extends* [`TableFeatures`](TableFeatures.md)

### TData

`TData` *extends* [`RowData`](../type-aliases/RowData.md)

## Properties

### columnFilteringFeature

```ts
columnFilteringFeature: RowModelFns_ColumnFiltering<TFeatures, TData>;
```

Defined in: [types/RowModelFns.ts:14](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/RowModelFns.ts#L14)

***

### rowAggregationFeature

```ts
rowAggregationFeature: RowModelFns_RowAggregation<TFeatures, TData>;
```

Defined in: [types/RowModelFns.ts:13](https://github.com/TanStack/table/blob/main/packages/table-core/src/types/RowModelFns.ts#L13)

***

### rowSortingFeature

```ts
rowSortingFeature: RowModelFns_RowSorting<TFeatures, TData>;
```

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