# Plugins

# Interface: Plugins

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

Declaration-merge target for custom table features.

Add custom feature keys here so `TableFeatures` can accept them in the
`features` option and use the same feature-map extraction system as built-in
features.

## Properties

### workerRowModelsFeature

```ts
workerRowModelsFeature: TableFeature;
```

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