diff --git a/public/app/plugins/panel/table/editor.html b/public/app/plugins/panel/table/editor.html
index 448669ca6a9..561645b7118 100644
--- a/public/app/plugins/panel/table/editor.html
+++ b/public/app/plugins/panel/table/editor.html
@@ -67,20 +67,38 @@
-
+
+
+
+
@@ -94,41 +112,41 @@
-
+
-
-
+
+
+
+
+
+
+
-
+
diff --git a/public/app/plugins/panel/table/editor.ts b/public/app/plugins/panel/table/editor.ts
index 6b803cc0444..9f36c88c986 100644
--- a/public/app/plugins/panel/table/editor.ts
+++ b/public/app/plugins/panel/table/editor.ts
@@ -107,6 +107,7 @@ export class TablePanelEditorCtrl {
var columnStyleDefaults = {
unit: 'short',
type: 'number',
+ alias: '',
decimals: 2,
colors: ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"],
colorMode: null,
diff --git a/public/app/plugins/panel/table/module.html b/public/app/plugins/panel/table/module.html
index e405c6c42e3..226fe095ca3 100644
--- a/public/app/plugins/panel/table/module.html
+++ b/public/app/plugins/panel/table/module.html
@@ -7,7 +7,7 @@
|
|