Create highly customizable tables in Grafana.
clone this repository into your plugin directory
git clone https://github.com/CopperHill-Consulting/grafana-customTables-panel.git
brew services restart grafana
MIT
This plugin leverages the grafana-toolkit to simplify building and packaging a plugin.
Change to a compatible version of NodeJS:
nvm use 12
Install module dependencies:
yarn
Build plugin in production mode (PROBLEMATIC):
yarn build
Build plugin in development mode:
yarn dev
Build plugin in development mode, watching for changes:
yarn watch