mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-21 04:20:11 -04:00
Edit Data: Fix editing stopping after tab switch (#579)
* Reverts should not be committed * WIP * Updating the angular2-slickgrid package that will fix the issue * Updating package as per yarn stuff
This commit is contained in:
committed by
Karl Burtram
parent
3df522536f
commit
24ea675d7d
@@ -87,6 +87,7 @@ export abstract class GridParentComponent {
|
||||
@ViewChildren('slickgrid') slickgrids: QueryList<SlickGrid>;
|
||||
|
||||
// Edit Data functions
|
||||
public onActiveCellChanged: (event: { row: number, column: number }) => void;
|
||||
public onCellEditEnd: (event: { row: number, column: number, newValue: any }) => void;
|
||||
public onCellEditBegin: (event: { row: number, column: number }) => void;
|
||||
public onRowEditBegin: (event: { row: number }) => void;
|
||||
|
||||
Reference in New Issue
Block a user