Skip to main content

Data Manipulation Panel 3.3.0

Daria Volkova

We are happy to announce the release of the Data Manipulation Panel 3.3.0. This release includes the following updates:

  • New element type Read-only Text Area.
  • New element type Link.
  • New option Options Source, applicable for all types with Custom options.
  • New Data Source option for the Reset request.
  • Confirmation Window labels are now customizable.
  • Usability improvement: Code Editor automatic size change.
  • Added compatibility with Grafana 10.2.1.
Grafana Catalog

The plugin was updated in the Grafana Plugins catalog on November 23, 2023.

Data Manipulation panel 3.3.0 for Grafana.

Read-only Text Area

This new element type is similar to the previously existing read-only type, but this one allows to display multiple rows of text.

Read-only Text is a new element type.
Read-only Text is a new element type.

This new element type allows you to add links on your Data Manipulation form. The link text is customizable using the Link Text option. If not specified, link address will be displayed.

The link can be opened in the same or a new tab.

Link is a new element type.
Link is a new element type.

Select Options from Query

Previously all types with Custom options supported only options entered manually during the configuration or set using Custom code. Starting from this release, you can reference a query from any configured data source.

You can specify the Label and Value fields.

Use values from the query for your types with select options.
Use values from the query for your types with select options.

Data Source for the Reset button

Now you can specify a data source for the Reset Request and set payload.

Data Source is a new option for Reset Request.
Data Source is a new option for Reset Request.

Confirmation Window

The Confirmation window, if enabled, is shown after a user clicks the submit button to highlight all changes made in the Data Manipulation form.

Starting from this release, you can customize all labels using the Confirmation Window section.

Customize confirmation window label names.
Customize confirmation window label names.

Autosize Code Editor

Any option containing code (for instance, Custom code, Show if returned value is true) changes its size (number of rows) following the number of code rows in it. The smallest size is 10 rows of code which means the size will not shrink to be less than 10 rows. The size can increase up to 50 rows of code.

Any option with code changes size (number of rows) automatically.
Any option with code changes size (number of rows) automatically.

Getting Started

You can install the Data Manipulation Panel from the Grafana Plugins catalog or using the Grafana command line tool.

For the latter, please use the following command:

grafana-cli plugins install volkovlabs-form-panel

YouTube Tutorial

Data Manipulation Panel is a plugin for Grafana that allows you to insert and update application data, as well as modify configuration directly from your Grafana dashboard.

Use REST API, Data Source, and Queries to manipulate your data.

Release Notes

Features / Enhancements

  • Add Disabled Text Area element type (#243)
  • Add Confirmation Window options (#242)
  • Add context object to the custom code (#255)
  • Add Select Options From Query (#254)
  • Add NumberInput component which allows to enter decimals (#291)
  • Update to Plugin Tools 2.1.1 (#292)
  • Use Grafana Access Policy to sign plugin (#292)
  • Update to Grafana 10.2.1 (#292)
  • Update ESLint configuration (#294)
  • Add Autosize Code Editor (#295)
  • Add Data Source option for Reset button (#296)
  • Add Link Element (#297)

Feedback

We're looking forward to hearing from you. You can use different ways to get in touch with us.

  • Ask a question, request a new feature, or report an issue at GitHub issues.
  • Subscribe to our YouTube Channel and leave your comments.
  • Sponsor our open-source plugins for Grafana at GitHub Sponsor.
  • Support our project by starring the repository.