getFacetedUniqueValues
abstract val getFacetedUniqueValues: () -> ERROR CLASS: Symbol not found for JsMap<kotlin/Any, kotlin/Int>(source)
A function that computes and returns a Map
of unique values and their occurrences derived from column.getFacetedRowModel
. Useful for displaying faceted result values.
⚠️ Requires that you pass a valid
getFacetedUniqueValues
function tooptions.getFacetedUniqueValues
. A default implementation is provided via the exportedgetFacetedUniqueValues
function. API Docs Guide