diff --git a/public/app/plugins/panel/table/editor.html b/public/app/plugins/panel/table/editor.html index 582a2366584..47874439713 100644 --- a/public/app/plugins/panel/table/editor.html +++ b/public/app/plugins/panel/table/editor.html @@ -1,54 +1,68 @@
-
-
Data
+
+
Data
- +
-
- -
-
- -
-
- -
-
-
+
+ +
+
+ +
+
+ +
+
+
-
-
Paging
+
+
Paging
- +
-
- +
diff --git a/public/app/plugins/panel/table/module.ts b/public/app/plugins/panel/table/module.ts index 075765d626d..b8d2b1e951a 100644 --- a/public/app/plugins/panel/table/module.ts +++ b/public/app/plugins/panel/table/module.ts @@ -41,7 +41,7 @@ class TablePanelCtrl extends MetricsPanelCtrl { }, ], columns: [], - scroll: true, + fontSize: '100%', sort: { col: 0, desc: true }, }; @@ -243,7 +243,7 @@ class TablePanelCtrl extends MetricsPanelCtrl { appendTableRows(tbodyElem); appendPaginationControls(footerElem); - rootElem.css({ 'max-height': panel.scroll ? getTableHeight() : '' }); + rootElem.css({ 'max-height': getTableHeight() }); } // hook up link tooltips