mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Deselect row everytime setProperties called (#14838)
* deselect row everytime setProperties called * added data * changed clear to only happen if data property changed
This commit is contained in:
@@ -281,6 +281,7 @@ export default class DeclarativeTableComponent extends ContainerBase<any, azdata
|
||||
if (isDataPropertyChanged) {
|
||||
this.clearContainer();
|
||||
this._data = finalData;
|
||||
this._selectedRow = -1;
|
||||
}
|
||||
super.setProperties(properties);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user