mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 17:23:56 -05:00
Change tables to make them work for our scenario (#12193)
* Change tables to make them work for our scenario * Comments & deprecate API * Disable selections by default
This commit is contained in:
@@ -346,6 +346,7 @@ class TestDeclarativeTableComponent extends TestComponentBase implements azdata.
|
||||
super();
|
||||
}
|
||||
onDataChanged: vscode.Event<any> = this.onClick.event;
|
||||
onRowSelected: vscode.Event<any> = this.onClick.event;
|
||||
data: any[][];
|
||||
columns: azdata.DeclarativeTableColumn[];
|
||||
}
|
||||
|
||||
@@ -180,6 +180,7 @@ describe('Manage Package Dialog', () => {
|
||||
});
|
||||
let declarativeTable: () => azdata.DeclarativeTableComponent = () => Object.assign({}, componentBase, {
|
||||
onDataChanged: undefined!,
|
||||
onRowSelected: undefined!,
|
||||
data: [],
|
||||
columns: []
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user