function getCoreRowModel<TData>(): RowModelFactory<TData>;
Defined in: useLegacyTable.ts:147
TData extends RowData
RowModelFactory<TData>
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.