mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 17:22:20 -05:00
@@ -1427,7 +1427,9 @@ class TableComponentWrapper extends ComponentWrapper implements azdata.TableComp
|
||||
return emitter && emitter.event;
|
||||
}
|
||||
|
||||
|
||||
public appendData(v: any[][]): void {
|
||||
this.doAction(ModelViewAction.AppendData, v);
|
||||
}
|
||||
}
|
||||
|
||||
class DropDownWrapper extends ComponentWrapper implements azdata.DropDownComponent {
|
||||
|
||||
Reference in New Issue
Block a user