interface GridGroupingColDefOverrideParams {
    fields: string[];
    groupingName: string;
}

Properties

Properties

fields: string[]

The fields of the columns from which we want to group the values on this new grouping column.

groupingName: string

The name of the grouping algorithm currently building the grouping column.