grafana/public/app/plugins/panel/table
Alexander Zobnin 9bbc942534 table-panel: clickable cell link - draft (#8738)
* table-panel: clickable cell link - draft

* table-panel: clickable cell link - fix link target option

* table-panel: fix undefined columnStyle.link

* table-panel: option to highlight cell with link

* table-panel: render variables for all cells in row

* table-panel: remove cell highlighting

* table-panel: add help for URL field

* linkPopover directive for link info in table panel

* table-panel: add link info popover to cells

* table-panel: use native popover instead directive

* table-panel: link drop refactor, remove unused code

* table-panel: fix unclickable link when drop is opened

* refactoring: minor refactoring to #8738, do not think we need a full blown popover for the links, simple tooltip is enough and more efficient, sadly we do not have a modern tooltip framework, still using old bootstrap 2.3 tooltip

* table-panel: add tests for link rendering
2017-07-18 20:59:34 +02:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
specs table-panel: clickable cell link - draft (#8738) 2017-07-18 20:59:34 +02:00
column_options.html table-panel: clickable cell link - draft (#8738) 2017-07-18 20:59:34 +02:00
column_options.ts table: refactoring table options, now column styles are in a seperate tab 2017-05-09 12:35:44 +02:00
editor.html table: refactoring table options, now column styles are in a seperate tab 2017-05-09 12:35:44 +02:00
editor.ts Can't remove default avg column in table #4515 (#8335) 2017-05-10 15:51:34 +02:00
module.html refactor and add column alias tests 2017-05-05 12:40:49 -04:00
module.ts table-panel: clickable cell link - draft (#8738) 2017-07-18 20:59:34 +02:00
plugin.json chore: update all grafana.org urls to .com 2017-03-21 15:37:55 +01:00
README.md feat(plugins): adds a readme for every native plugin 2016-03-30 23:33:30 +02:00
renderer.ts table-panel: clickable cell link - draft (#8738) 2017-07-18 20:59:34 +02:00
transformers.ts Can't remove default avg column in table #4515 (#8335) 2017-05-10 15:51:34 +02:00

Table Panel - Native Plugin

The Table Panel is included with Grafana.

The table panel is very flexible, supporting both multiple modes for time series as well as for table, annotation and raw JSON data. It also provides date formatting and value formatting and coloring options.

Check out the Table Panel Showcase in the Grafana Playground or read more about it here:

http://docs.grafana.org/reference/table_panel/