diff --git a/public/app/plugins/panel/table/column_options.html b/public/app/plugins/panel/table/column_options.html index db4758ab8f3..53e3c477346 100644 --- a/public/app/plugins/panel/table/column_options.html +++ b/public/app/plugins/panel/table/column_options.html @@ -27,6 +27,7 @@ +
@@ -91,6 +92,35 @@
+
+
Link
+
+ + + +

Specify an URL (relative or absolute)

+ + Use special variables to specify cell values:
+ $__cell refers to current cell value
+ $__cell_n refers to Nth column value in current row. Column indexes are started from 0. For instance, + $__cell_1 refers to second column's value. +
+
+
+
+ + + +

Specify text for link tooltip.

+ + This title appears when user hovers pointer over the cell with link. + Use the same variables as for URL. + +
+
+ +
+