function createCoreRowModel<TFeatures, TData>(): (table) => () => RowModel<TFeatures, TData>;function createCoreRowModel<TFeatures, TData>(): (table) => () => RowModel<TFeatures, TData>;Defined in: core/row-models/createCoreRowModel.ts:15
Creates a memoized core row model factory.
The factory reads the relevant table state atoms and options, then returns a row model function used by the table row-model pipeline.
TFeatures extends TableFeatures
TData extends RowData
(table): () => RowModel<TFeatures, TData>;(table): () => RowModel<TFeatures, TData>;Table<TFeatures, TData>
(): RowModel<TFeatures, TData>;(): RowModel<TFeatures, TData>;RowModel<TFeatures, TData>