Migrating panel plugin editor to new api

Hi, I am author of data grid plugin.

Plugin’ editor worked fine till grafana@7.5 when .setEditor has become deprecated https://github.com/ozonru/data-grid-grafana-plugin/blob/master/src/module.tsx#L9

With grafana >= 7.5 there is no panel options in editor view

So, my question is - Is there an easy way to use old api ( aka .setEditor api )?

Editor.tsx is quite huge and easy way to migrate would be using previous api.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.