FacetedColumn

external interface FacetedColumn<TData : RowData>(source)

Inheritors

Properties

Link copied to clipboard
abstract val getFacetedMinMaxValues: () -> <Error class: unknown class><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 val 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 val getFacetedUniqueValues: () -> <Error class: unknown class><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.