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 244e792 commit 46f0fadCopy full SHA for 46f0fad
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-util.ts
@@ -320,7 +320,7 @@ export class PivotUtil {
320
// only 1 child record, apply same props to parent.
321
const keys = Object.assign({}, pivotKeys) as any;
322
const memberName = h[pivotKeys.children].entries().next().value[1].dimension.memberName;
323
- keys[memberName] = nested[memberName];
+ keys[memberName] = memberName;
324
PivotUtil.processSiblingProperties(nested[pivotKeys.records][0], [nested], keys);
325
}
326
0 commit comments