FacetedColumn

external interface FacetedColumn<TData : RowData>(source)

Inheritors

Properties

Link copied to clipboard
abstract var getFacetedMinMaxValues: () -> JsTuple2<Int, Int>?

A function that computes and returns a min/max tuple derived from column.getFacetedRowModel. Useful for displaying faceted result values.

Link copied to clipboard
abstract var getFacetedRowModel: () -> RowModel<TData>

Returns the row model with all other column filters applied, excluding its own filter. Useful for displaying faceted result counts.

Link copied to clipboard
abstract var getFacetedUniqueValues: () -> JsMap<Any, Int>

A function that computes and returns a Map of unique values and their occurrences derived from column.getFacetedRowModel. Useful for displaying faceted result values.