Docs
CodeRabbit
Cloudflare
Railway
SerpAPI
WorkOS
AG Grid
OpenRouter
Clerk
Netlify
Unkey
Sentry
Prisma
Electric
CodeRabbit
Cloudflare
Railway
SerpAPI
WorkOS
AG Grid
OpenRouter
Clerk
Netlify
Unkey
Sentry
Prisma
Electric
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

getFacetedMinMaxValues

Function: getFacetedMinMaxValues()

ts
function getFacetedMinMaxValues<TData>(): FacetedMinMaxValuesFactory<TData>;
function getFacetedMinMaxValues<TData>(): FacetedMinMaxValuesFactory<TData>;

Defined in: useLegacyTable.ts:125

Type Parameters

TData

TData extends RowData

Returns

FacetedMinMaxValuesFactory<TData>

Deprecated

Use createFacetedMinMaxValues() 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 min/max values.