type FacetedRowModelFactory<TData> = (table, columnId) => () => RowModel<LegacyFeatures, TData>;Defined in: react-table/src/useLegacyTable.ts:184
Faceted row model factory function type from v8 API
TData extends RowData
Table<LegacyFeatures, TData>
string
(): RowModel<LegacyFeatures, TData>;RowModel<LegacyFeatures, TData>