getFacetedMinMaxValues
abstract val getFacetedMinMaxValues: () -> ERROR CLASS: Symbol not found for Tuple2<kotlin/Int, kotlin/Int>??(source)
A function that computes and returns a min/max tuple derived from column.getFacetedRowModel
. Useful for displaying faceted result values.
⚠️ Requires that you pass a valid
getFacetedMinMaxValues
function tooptions.getFacetedMinMaxValues
. A default implementation is provided via the exportedgetFacetedMinMaxValues
function. API Docs Guide