소스 검색

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
     };