GroupingColumnDef

Properties

Link copied to clipboard

The cell to display each row for the column if the cell is an aggregate. If a function is passed, it will be passed a props object with the context of the cell and should return the property type for your adapter (the exact type depends on the adapter being used). API Docs Guide

Link copied to clipboard

The resolved aggregation function for the column. API Docs Guide

Link copied to clipboard
abstract var enableGrouping: Boolean?

Enables/disables grouping for this column. API Docs Guide

Link copied to clipboard
abstract var getGroupingValue: (row: TData) -> Any?

Specify a value to be used for grouping rows on this column. If this option is not specified, the value derived from accessorKey / accessorFn will be used instead. API Docs Guide