Skip to content

Commit fa41743

Browse files
authored
Merge branch '16.1.x' into ibarakov/feat-13524-master
2 parents ed47874 + 3be8716 commit fa41743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-row-dimension-content.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class IgxPivotRowDimensionContentComponent extends IgxGridHeaderRowCompon
151151

152152
protected extractFromDimension(dim: IPivotDimension, rowData: IPivotGridGroupRecord) {
153153
const field = dim.memberName;
154-
const header = rowData.dimensionValues.get(field);
154+
const header = rowData?.dimensionValues.get(field);
155155
const col = this._createColComponent(field, header, dim);
156156
return col;
157157
}

0 commit comments

Comments
 (0)