igniteui-angular 21.2.13 → 21.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/igniteui-angular-directives.mjs +15 -3
- package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +9 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs +3 -1
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs.map +1 -1
- package/package.json +1 -1
- package/types/igniteui-angular-directives.d.ts +1 -0
|
@@ -2975,7 +2975,9 @@ class IgxPivotGridComponent extends IgxGridBaseDirective {
|
|
|
2975
2975
|
onResourceChangeHandle(this.destroy$, () => {
|
|
2976
2976
|
this.setDateDimensionsLocaleData();
|
|
2977
2977
|
// Since the columns are kinda static, due to assigning DisplayName on init, they need to be regenerated.
|
|
2978
|
-
|
|
2978
|
+
Promise.resolve().then(() => {
|
|
2979
|
+
this.setupColumns();
|
|
2980
|
+
});
|
|
2979
2981
|
}, this);
|
|
2980
2982
|
});
|
|
2981
2983
|
if (this.valueChipTemplateDirective) {
|