RevoGrid Documentation v4.14.10 / RowGroupingProps
Type Alias: RowGroupingProps
ts
type RowGroupingProps: GroupRowPros & PositionItem & {
columnItems: VirtualPositionItem[];
};
Type declaration
Name | Type | Description | Defined in |
---|---|---|---|
columnItems | VirtualPositionItem [] | 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 row | src/plugins/groupingRow/grouping.row.types.ts:29 |