FacetedColumn

external interface FacetedColumn<TData : RowData>(source)

Inheritors

Properties

Link copied to clipboard
abstract val getFacetedMinMaxValues: () -> ERROR CLASS: Symbol not found for Tuple2<kotlin/Int, kotlin/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: Symbol not found for JsMap<kotlin/Any, kotlin/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.