Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 410 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 410 Bytes

Grouped Data Table

Grouped data table

Usage example

Development

This plugin leverages the grafana-toolkit to simplify building and packaging a plugin.

Install Module Dependencies

yarn

Build plugin in production mode

yarn build

Build plugin in development mode

yarn dev

Build plugin in development mode, watching for changes.

yarn dev --watch