Legacy API Reference

getCoreRowModel

Function: getCoreRowModel()

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

Defined in: useLegacyTable.ts:150

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.