# stockFeatures

# Variable: stockFeatures

```ts
const stockFeatures: StockFeatures;
```

Defined in: [features/stockFeatures.ts:38](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/stockFeatures.ts#L38)

The complete set of stock optional table features.

Use individual feature exports for tree-shaking, or this aggregate when a table should include every built-in feature.
