소스 검색

HUE-4866 [reporter] Fix result table extender

Enrico Berti 9 년 전
부모
커밋
22a689c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -2559,7 +2559,7 @@ ${ hueIcons.symbols() }
         $(el).jHueHorizontalScrollbar();
       } else {
         $(el).jHueTableExtender2({
-          mainScrollable: '.content-panel',
+          mainScrollable: $(el).parents('.dataTables_wrapper')[0],
           parentId: 'snippet_' + snippet.id(),
           clonedContainerPosition: "absolute"
         });