mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-23 13:20:30 -04:00
Alanren/edit data1004 (#2781)
* edit data bug fix * rename the event and use undefined instead of null * use thenable instead of callback * handle the new SlickGrid OnRendered event to control the keyboard focus * use the new event to control the focus and change the add row behavior
This commit is contained in:
@@ -111,6 +111,10 @@ declare module '~angular2-slickgrid/out/js/slickGrid' {
|
||||
import { OnChanges, OnInit, OnDestroy, SimpleChange, EventEmitter, AfterViewInit } from '@angular/core';
|
||||
import { Observable } from 'rxjs/Rx';
|
||||
import { IObservableCollection, IGridDataRow, ISlickColumn } from '~angular2-slickgrid/out/js/interfaces';
|
||||
export class OnRangeRenderCompletedEventArgs {
|
||||
startRow: number;
|
||||
endRow: number;
|
||||
}
|
||||
export function getOverridableTextEditorClass(grid: SlickGrid): any;
|
||||
export class SlickGrid implements OnChanges, OnInit, OnDestroy, AfterViewInit {
|
||||
private _el;
|
||||
|
||||
Reference in New Issue
Block a user