mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 05:38:12 +00:00
Clear data changes for tables and plots (#2475)
This commit is contained in:
committed by
Andrew Henry
parent
003c3e9fbe
commit
8f0081acc8
@ -187,6 +187,11 @@ define([
|
||||
}
|
||||
}
|
||||
|
||||
clearData() {
|
||||
this.filteredRows.clear();
|
||||
this.boundedRows.clear();
|
||||
}
|
||||
|
||||
getColumnMapForObject(objectKeyString) {
|
||||
let columns = this.configuration.getColumns();
|
||||
|
||||
|
Reference in New Issue
Block a user