Skip to content

Commit

Permalink
Fixed #5499
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici authored and Çağatay Çivici committed Apr 25, 2018
1 parent fedb0e1 commit ff778f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,7 @@ export class Table implements OnInit, AfterContentInit {
this._sortField = null;
this._sortOrder = 1;
this._multiSortMeta = null;
this.tableService.onSort(null);

this.filteredValue = null;
this.filters = {};
Expand Down

0 comments on commit ff778f8

Please sign in to comment.