Skip to content

@revolist/revogrid / ColumnGrouping

Type Alias: ColumnGrouping<T>

ts
type ColumnGrouping<T>: {
  children: (ColumnGrouping<T> | ColumnRegular)[];
  name: DataFormat<T>;
};

ColumnGrouping type is used to define a grouping in a column.

Type Parameters

Type ParameterDefault type
Tany

Type declaration

NameTypeDescriptionDefined in
children(ColumnGrouping<T> | ColumnRegular)[]An array of objects that represent the children of the grouping.src/types/interfaces.ts:100
nameDataFormat<T>A DataFormat object that represents the name of the grouping.src/types/interfaces.ts:104

Defined in

src/types/interfaces.ts:96

Revogrid is a MIT-licensed open source library made by Revolist OU.