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