Skip to content

Commit

Permalink
Fixed #687
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Aug 2, 2016
1 parent 71a27ed commit 871ba56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/datatable/datatable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,8 @@ export class DataTable implements AfterViewChecked,AfterViewInit,OnInit,DoCheck,
this.selection = this.dataToRender.slice(0);
else
this.selection = [];

this.selectionChange.emit(this.selection);

this.onHeaderCheckboxToggle.emit({originalEvent: event, checked: event.checked});
}
Expand Down

0 comments on commit 871ba56

Please sign in to comment.