# getCoreRowModel

# ~~Function: getCoreRowModel()~~

```ts
function getCoreRowModel<TData>(): RowModelFactory<TData>;
```

Defined in: [useLegacyTable.ts:147](https://github.com/TanStack/table/blob/main/packages/react-table/src/useLegacyTable.ts#L147)

## Type Parameters

### TData

`TData` *extends* `RowData`

## Returns

`RowModelFactory`\<`TData`\>

## Deprecated

The core row model is always created automatically in v9.

This is a stub function for v8 API compatibility with `useLegacyTable`.
It does nothing - the core row model is always available.
