UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

7 lines (6 loc) 137 B
export interface ColumnHeaderChange { /** * Index of the header column that was changed */ columnIdentifier: number; }