Skip to content

Commit 04e85de

Browse files
committed
Fix(treeBase): fix #3580 group header not appearing/disappearing properly
1 parent 576844c commit 04e85de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/tree-base/js/tree-base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@
10011001
if ( rowHeader.visible !== newVisibility ) {
10021002
rowHeader.visible = newVisibility;
10031003
rowHeader.colDef.visible = newVisibility;
1004-
grid.queueRefresh();
1004+
grid.queueGridRefresh();
10051005
}
10061006
},
10071007

0 commit comments

Comments
 (0)