mirror of
https://github.com/nasa/openmct.git
synced 2025-02-22 18:12:57 +00:00
Emit refresh event when data cleared (#2502)
This commit is contained in:
parent
71abfbc336
commit
b189a887e6
@ -190,6 +190,7 @@ define([
|
|||||||
clearData() {
|
clearData() {
|
||||||
this.filteredRows.clear();
|
this.filteredRows.clear();
|
||||||
this.boundedRows.clear();
|
this.boundedRows.clear();
|
||||||
|
this.emit('refresh');
|
||||||
}
|
}
|
||||||
|
|
||||||
getColumnMapForObject(objectKeyString) {
|
getColumnMapForObject(objectKeyString) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user