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