mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -05:00
fix race condition in declarative table (#15801)
This commit is contained in:
@@ -1568,6 +1568,11 @@ class DeclarativeTableWrapper extends ComponentWrapper implements azdata.Declara
|
||||
});
|
||||
}
|
||||
|
||||
async setDataValues(v: azdata.DeclarativeTableCellValue[][]): Promise<void> {
|
||||
await this.clearItems();
|
||||
await this.setProperty('dataValues', v);
|
||||
}
|
||||
|
||||
public get columns(): azdata.DeclarativeTableColumn[] {
|
||||
return this.properties['columns'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user