Framework
Version
Menu
Getting Started
Core Guides
Feature Guides
Core APIs
Feature APIs
Enterprise
Examples

Global Faceting APIs

Table API

getGlobalFacetedRowModel

tsx
getGlobalFacetedRowModel: () => RowModel<TData>
getGlobalFacetedRowModel: () => RowModel<TData>

Returns the faceted row model for the global filter.

getGlobalFacetedUniqueValues

tsx
getGlobalFacetedUniqueValues: () => Map<any, number>
getGlobalFacetedUniqueValues: () => Map<any, number>

Returns the faceted unique values for the global filter.

getGlobalFacetedMinMaxValues

tsx
getGlobalFacetedMinMaxValues: () => [number, number]
getGlobalFacetedMinMaxValues: () => [number, number]

Returns the faceted min and max values for the global filter.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.