Skip to content

Commit 6369b0a

Browse files
committed
Fix(grouping): fix #3470 header rows not editable
1 parent 0874b42 commit 6369b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/grouping/js/grouping.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@
12911291
headerRow.groupLevel = stateIndex;
12921292
headerRow.groupHeader = true;
12931293
headerRow.internalRow = true;
1294-
headerRow.enableEditing = false;
1294+
headerRow.enableCellEdit = false;
12951295
headerRow.enableSelection = false;
12961296
groupingProcessingState[stateIndex].initialised = true;
12971297
groupingProcessingState[stateIndex].currentValue = newValue;

0 commit comments

Comments
 (0)