diff --git a/src/rowmanager.js b/src/rowmanager.js index 99de615..881f32d 100644 --- a/src/rowmanager.js +++ b/src/rowmanager.js @@ -123,6 +123,7 @@ export default class RowManager { // highlight all this.highlightAll(toggle); this.showCheckStatus(); + this.fireEvent('onCheckRow'); } showCheckStatus() {