Skip to content

Commit

Permalink
Fixed #326
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed May 6, 2016
1 parent ae8913f commit ae3abe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datatable/datatable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ export class DataTable implements AfterViewChecked,AfterViewInit,OnInit,DoCheck
}
else {
if(this.sortMode == 'multiple') {
if(!metaKey) {
if(!this.multiSortMeta||!metaKey) {
this.multiSortMeta = [];
}

Expand Down

0 comments on commit ae3abe6

Please sign in to comment.