فهرست منبع

HUE-4866 [reporter] Fix result table extender

Enrico Berti 9 سال پیش
والد
کامیت
22a689c308
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"
         });