# CoreFeatures # Interface: CoreFeatures Defined in: [core/coreFeatures.ts:8](https://github.com/TanStack/table/blob/main/packages/table-core/src/core/coreFeatures.ts#L8) ## Properties ### coreCellsFeature ```ts coreCellsFeature: TableFeature>; ``` Defined in: [core/coreFeatures.ts:9](https://github.com/TanStack/table/blob/main/packages/table-core/src/core/coreFeatures.ts#L9) *** ### coreColumnsFeature ```ts coreColumnsFeature: TableFeature>; ``` Defined in: [core/coreFeatures.ts:10](https://github.com/TanStack/table/blob/main/packages/table-core/src/core/coreFeatures.ts#L10) *** ### coreHeadersFeature ```ts coreHeadersFeature: TableFeature>; ``` Defined in: [core/coreFeatures.ts:11](https://github.com/TanStack/table/blob/main/packages/table-core/src/core/coreFeatures.ts#L11) *** ### coreRowModelsFeature ```ts coreRowModelsFeature: TableFeature>; ``` Defined in: [core/coreFeatures.ts:12](https://github.com/TanStack/table/blob/main/packages/table-core/src/core/coreFeatures.ts#L12) *** ### coreRowsFeature ```ts coreRowsFeature: TableFeature>; ``` Defined in: [core/coreFeatures.ts:13](https://github.com/TanStack/table/blob/main/packages/table-core/src/core/coreFeatures.ts#L13) *** ### coreTablesFeature ```ts coreTablesFeature: TableFeature>; ``` Defined in: [core/coreFeatures.ts:14](https://github.com/TanStack/table/blob/main/packages/table-core/src/core/coreFeatures.ts#L14)