Skip to content

Commit 33685a0

Browse files
Merge pull request #8606 from IgniteUI/ibarakov/fix-8563-10.2.x
fix(esf): add detectChanges on list data loaded
2 parents 6c7000e + bea3719 commit 33685a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/igniteui-angular/src/lib/grids/filtering/excel-style/excel-style-search.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ export class IgxExcelStyleSearchComponent implements AfterViewInit, OnDestroy {
156156
this.searchValue ?
157157
this.clearInput() :
158158
this.filterListData();
159+
160+
this.cdr.detectChanges();
159161
});
160162
}
161163

0 commit comments

Comments
 (0)