Emit refresh event when data cleared (#2502)

This commit is contained in:
Andrew Henry 2019-09-19 18:37:09 -07:00 committed by Pegah Sarram
parent 71abfbc336
commit b189a887e6

View File

@ -190,6 +190,7 @@ define([
clearData() {
this.filteredRows.clear();
this.boundedRows.clear();
this.emit('refresh');
}
getColumnMapForObject(objectKeyString) {