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 12Install module dependencies:
yarnBuild plugin in production mode (PROBLEMATIC):
yarn buildBuild plugin in development mode:
yarn devBuild plugin in development mode, watching for changes:
yarn watch