UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components

7 lines (6 loc) 138 B
export interface RowDataTransaction { /** deprecated */ addIndex?: number; add?: any[]; remove?: any[]; update?: any[]; }