UNPKG

ag-grid-community

Version:

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

6 lines (5 loc) 269 B
import type { AgColumn } from '../entities/agColumn'; /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export interface IAggColumnNameService { getHeaderName(column: AgColumn, headerName: string | null): string | null; }