mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 12:50:29 -04: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:
@@ -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