Skip to content

Commit

Permalink
fix(grid): changing binding from columnList to columns #3085
Browse files Browse the repository at this point in the history
  • Loading branch information
Radko Kolev committed Nov 29, 2018
1 parent f7fadfd commit d22f7f7
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2169,12 +2169,6 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
this.gridAPI.clear_sort(this.id, record.item.field);
});
}
if (this.toolbar && this.toolbar.columnHidingUI) {
this.toolbar.columnHidingUI.updateColumns();
}
if (this.toolbar && this.toolbar.columnPinningUI) {
this.toolbar.columnPinningUI.updateColumns();
}
this.markForCheck();
});
}
Expand Down

0 comments on commit d22f7f7

Please sign in to comment.