Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.14 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.14 KB

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.

Feature(s) added

  • Quick-search bar to filter results from the table
  • Word wrap feature for extra long text not fitting in a column

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

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

How to use

Simply clone this repository at an appropriate directory (/var/lib/grafana/plugins or /data/plugins).

How to build from source

For development purposes, please make changes in the src folder's files. After running the commands below, the changes are reflected in the dist folder.

  1. sudo npm install

  2. grunt

First step installs required npm modules for executing the gruntfile and the second command executes it (clean, copy, typescript:build).