We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c015184 + 7ba2dd2 commit 56f912aCopy full SHA for 56f912a
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-row.component.ts
@@ -88,6 +88,7 @@ export class IgxPivotRowComponent extends IgxRowDirective<IgxPivotGridComponent>
88
// generate new rowDimension on row data change
89
this.rowDimensionData = [];
90
const rowDimConfig = this.grid.rowDimensions;
91
+ this.viewRef.clear();
92
this.extractFromDimensions(rowDimConfig, 0);
93
}
94
0 commit comments