Docs
CodeRabbit
Cloudflare
Railway
AG Grid
WorkOS
SerpAPI
OpenRouter
Clerk
Netlify
Unkey
Prisma
Electric
Sentry
CodeRabbit
Cloudflare
Railway
AG Grid
WorkOS
SerpAPI
OpenRouter
Clerk
Netlify
Unkey
Prisma
Electric
Sentry
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Static Functions API Reference
Legacy API Reference
Legacy API Reference

getFacetedRowModel

Function: getFacetedRowModel()

ts
function getFacetedRowModel<TData>(): FacetedRowModelFactory<TData>;
function getFacetedRowModel<TData>(): FacetedRowModelFactory<TData>;

Defined in: useLegacyTable.ts:113

Type Parameters

TData

TData extends RowData

Returns

FacetedRowModelFactory<TData>

Deprecated

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.