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 b7c4fd7 commit b9aa4d1Copy full SHA for b9aa4d1
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid-navigation.service.ts
@@ -131,8 +131,8 @@ export class IgxPivotGridNavigationService extends IgxGridNavigationService {
131
132
if (ctrl) {
133
const dimIndex = this.activeNode.column;
134
- const flatRowDImensions = PivotUtil.flatten(this.grid.rowDimensions)
135
- const dim = flatRowDImensions[dimIndex];
+ const flatRowDimensions = PivotUtil.flatten(this.grid.visibleRowDimensions)
+ const dim = flatRowDimensions[dimIndex];
136
if (this.activeNode.row === -1) {
137
if (key.includes('down') || key.includes('up')) {
138
let newSortDirection = SortingDirection.None;
0 commit comments