UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

8 lines (7 loc) 281 B
import type { Column, ColumnGroup } from './iColumn'; export interface HeaderPosition { /** A number from 0 to n, where n is the last header row the grid is rendering */ headerRowIndex: number; /** The grid column or column group */ column: Column | ColumnGroup; }