Skip to content

Commit

Permalink
fix(grid): calling pipeTrigger is not needed #3467
Browse files Browse the repository at this point in the history
  • Loading branch information
hanastasov committed Dec 20, 2018
1 parent f575cf8 commit a9548f4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2295,7 +2295,6 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
* @hidden
*/
public ngAfterContentInit() {
this._pipeTrigger++;
if (this.autoGenerate) {
this.autogenerateColumns();
}
Expand Down

0 comments on commit a9548f4

Please sign in to comment.