File: global-faceting.md | Updated: 11/15/2025
Search...
+ K
Auto
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Maintainers Partners Support Learn StatsBETA Discord Merch Blog GitHub Ethos Brand Guide
Documentation
Framework
React
Version
Latest
Search...
+ K
Menu
Getting Started
Core Guides
Feature Guides
Core APIs
Feature APIs
Enterprise
Examples
Framework
React
Version
Latest
Menu
Getting Started
Core Guides
Feature Guides
Core APIs
Feature APIs
Enterprise
Examples
On this page
Copy Markdown
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.
