function getFacetedRowModel<TData>(): FacetedRowModelFactory<TData>;Defined in: react-table/src/useLegacyTable.ts:115
TData extends RowData
FacetedRowModelFactory<TData>
Use createFacetedRowModel() with the new useTable hook instead.
This is a stub function for v8 API compatibility with useLegacyTable. It acts as a marker to enable the faceted row model.