# coreFeatures

# Variable: coreFeatures

```ts
const coreFeatures: CoreFeatures;
```

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

The built-in core feature set required by every table.

These features provide table, column, row, header, cell, and core row-model behavior before optional feature plugins are added.
