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.
- 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/
Simply clone this repository at an appropriate directory (/var/lib/grafana/plugins
or /data/plugins
).
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.
-
sudo npm install
-
grunt
First step installs required npm modules for executing the gruntfile and the second command executes it (clean, copy, typescript:build).