Hi Folks,
I am trying to develop a grid plugin. I need to use all the options which are used in edit panel of the simple grafana’s builtin table panel.
I am trying to inherit TablePanelCtrl instead of MetricsPanelCtrl
import {TablePanelCtrl} from 'grafana/app/plugins/panel/table/module';
export class AgGridController extends TablePanelCtrl {
}
On browser it takes following path, but it gives 404
http://grafana.staged-by-discourse.com/public/app/plugins/panel/table/module
But doesn’t work.
Please help me work this out.