fix(rowmanager): Fire onCheckRow event on checkAll
When checkAll is triggered via API or UI input, onCheckRow event fires Closes #38
This commit is contained in:
parent
78666f8ab2
commit
f9714673b4
@ -123,6 +123,7 @@ export default class RowManager {
|
||||
// highlight all
|
||||
this.highlightAll(toggle);
|
||||
this.showCheckStatus();
|
||||
this.fireEvent('onCheckRow');
|
||||
}
|
||||
|
||||
showCheckStatus() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user