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.
1 parent edad726 commit aef8de5Copy full SHA for aef8de5
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-row.component.ts
@@ -87,7 +87,7 @@ export class IgxPivotRowComponent extends IgxRowDirective<IgxPivotGridComponent>
87
public ngOnChanges(changes: SimpleChanges) {
88
if (changes.rowData) {
89
// generate new rowDimension on row data change
90
- this.rowDimension = [];
+ this.rowDimensionData = [];
91
const rowDimConfig = this.grid.rowDimensions;
92
this.extractFromDimensions(rowDimConfig, 0);
93
}
0 commit comments