Skip to content

Commit

Permalink
fix(rowmanager): Fire onCheckRow event on checkAll
Browse files Browse the repository at this point in the history
When checkAll is triggered via API or UI input, onCheckRow event fires

Closes #38
  • Loading branch information
netchampfaris committed Jul 9, 2018
1 parent 78666f8 commit f971467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rowmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export default class RowManager {
// highlight all
this.highlightAll(toggle);
this.showCheckStatus();
this.fireEvent('onCheckRow');
}

showCheckStatus() {
Expand Down

0 comments on commit f971467

Please sign in to comment.