We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dd297 commit 1cfa0fcCopy full SHA for 1cfa0fc
projects/igniteui-angular/src/lib/grids/filtering/grid-filtering-row.component.ts
@@ -653,7 +653,7 @@ export class IgxGridFilteringRowComponent implements AfterViewInit {
653
this.showArrows = this.chipsAreaWidth >= containerWidth && this.isColumnFiltered;
654
655
// TODO: revise the cdr.detectChanges() usage here
656
- // this.cdr.detectChanges();
+ this.cdr.detectChanges();
657
}
658
});
659
0 commit comments