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:13
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>