Skip to content

Commit 9be919d

Browse files
Merge pull request #6150 from IgniteUI/ddimitrov/fix-6149
Register the filtering svg icons when using external Excel style filtering
2 parents 2d86b8e + 67f990c commit 9be919d

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)