function createFacetedRowModel<TFeatures, TData>(): (table, columnId) => () => RowModel<TFeatures, TData>;function createFacetedRowModel<TFeatures, TData>(): (table, columnId) => () => RowModel<TFeatures, TData>;Defined in: features/column-faceting/createFacetedRowModel.ts:18
Creates a memoized faceted 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 = any
(table, columnId): () => RowModel<TFeatures, TData>;(table, columnId): () => RowModel<TFeatures, TData>;Table<TFeatures, TData>
string
(): RowModel<TFeatures, TData>;(): RowModel<TFeatures, TData>;RowModel<TFeatures, TData>