We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567afec commit 2f3df66Copy full SHA for 2f3df66
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid-navigation.service.ts
@@ -78,7 +78,6 @@ export class IgxPivotGridNavigationService extends IgxGridNavigationService {
78
let row = this.grid.gridAPI.get_row_by_index(this.activeNode.row);
79
let expansionRowKey = PivotUtil.getRecordKey(row.data, row.data.dimensions[0])
80
let isExpanded = this.grid.expansionStates.has(expansionRowKey) ? this.grid.expansionStates.get(expansionRowKey) : true;
81
- console.log(isExpanded)
82
83
if (!isExpanded && ROW_EXPAND_KEYS.has(key)) {
84
if (row.key === undefined) {
0 commit comments