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