mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 17:23:29 -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:
@@ -104,6 +104,7 @@ export function createViewContext(): ViewTestContext {
|
||||
});
|
||||
let declarativeTable: () => azdata.DeclarativeTableComponent = () => Object.assign({}, componentBase, {
|
||||
onDataChanged: undefined!,
|
||||
onRowSelected: undefined!,
|
||||
data: [],
|
||||
columns: []
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user