Hello =)
Is it possible to create a plugin that would basically be the same as the row plugin? I tried this using Grafana 6.2.5 and ReactJS but ran into an obstacle when importing DashboardModel. Apparently it is not available using @grafana/ui npm package.
Other imports that the DashboardRow need seem to be available from @grafana/ui (PanelModel, templateSrv, appEvents).
Thanks in advance.