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