Skip to content

Commit

Permalink
fix(filtering): Trigger change detection when the filtering changes (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Borislav Kulov committed Nov 9, 2018
1 parent 1e76ccb commit 10a250c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements

this.filteringService.refreshExpressions();
this.clearSummaryCache();
this.cdr.markForCheck();
this.markForCheck();
}
}

Expand Down

0 comments on commit 10a250c

Please sign in to comment.