Skip to content

Commit fa6897b

Browse files
author
Moshe
committed
fix the moveGroupColumn bug, return original columns instead of null
1 parent 74372d1 commit fa6897b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/grouping/js/grouping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
*/
609609
moveGroupColumns: function( grid, columns, rows ){
610610
if ( grid.options.moveGroupColumns === false){
611-
return;
611+
return columns;
612612
}
613613

614614
columns.forEach( function(column, index){

0 commit comments

Comments
 (0)