Skip to content

Commit f934c88

Browse files
authored
Merge branch 'master' into pbozhinov/fixes-chips-not-being-reordered-ivy
2 parents d3bf708 + 9be919d commit f934c88

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/grid.excel-style-filtering.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export class IgxGridExcelStyleFilteringComponent implements OnDestroy, AfterView
137137
}
138138

139139
if (this._column) {
140+
this._column.grid.filteringService.registerSVGIcons();
140141
this.isColumnPinnable = this.column.pinnable;
141142
this.init();
142143

0 commit comments

Comments
 (0)