浏览代码

HUE-9000 [editor] Hide column selection by default in the result grid

Johan Ahlen 6 年之前
父节点
当前提交
66f4ef2f22
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/js/apps/notebook2/components/resultGrid/ko.resultGrid.js

+ 1 - 1
desktop/core/src/desktop/js/apps/notebook2/components/resultGrid/ko.resultGrid.js

@@ -179,7 +179,7 @@ class ResultGrid extends DisposableComponent {
     this.fetchResult = params.fetchResult;
 
     const trackedObservables = {
-      columnsVisible: true,
+      columnsVisible: false,
       isMetaFilterVisible: false
     };