Skip to content

RevoGrid Documentation v4.14.10 / RowGroupingProps

Type Alias: RowGroupingProps

ts
type RowGroupingProps: GroupRowPros & PositionItem & {
  columnItems: VirtualPositionItem[];
};

Type declaration

NameTypeDescriptionDefined in
columnItemsVirtualPositionItem[]Visible columns in the grid, can be used to get the width of the column and position of the column to calculate the position of the cells in the grouping rowsrc/plugins/groupingRow/grouping.row.types.ts:29

Defined in

src/plugins/groupingRow/grouping.row.types.ts:24