GridSummaryPosition
Enumeration representing the position of grid summary rows.
- top: Default value; Summary rows are displayed at the top of the grid.
- bottom: Summary rows are displayed at the bottom of the grid.
Type
GridSummaryPosition = typeof GridSummaryPosition[keyof typeof GridSummaryPosition] Defined in projects/igniteui-angular/grids/core/src/common/enums.ts:18, projects/igniteui-angular/grids/core/src/common/enums.ts:22