Skip to content

Commit 79efb47

Browse files
committed
fix(esf-templates): clear previous column items on new column open
1 parent bd29877 commit 79efb47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export class IgxExcelStyleSearchComponent implements AfterViewInit, OnDestroy {
136136

137137
constructor(public cdr: ChangeDetectorRef, public esf: IgxGridExcelStyleFilteringComponent) {
138138
esf.loadingStart.pipe(takeUntil(this.destroy$)).subscribe(() => {
139+
this.displayedListData = [];
139140
this.isLoading = true;
140141
});
141142
esf.loadingEnd.pipe(takeUntil(this.destroy$)).subscribe(() => {

0 commit comments

Comments
 (0)