function table_getGlobalFacetedUniqueValues<TFeatures, TData>(table): Map<any, number>;function table_getGlobalFacetedUniqueValues<TFeatures, TData>(table): Map<any, number>;Defined in: features/column-faceting/columnFacetingFeature.utils.ts:137
Computes unique values and occurrence counts for the global filter context.
The global context is requested with the internal __global__ column id. If no factory is registered, an empty Map is returned.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
Map<any, number>
const values = table_getGlobalFacetedUniqueValues(table)const values = table_getGlobalFacetedUniqueValues(table)