Enterprise Open source Grafana Cloud

Editor types

Editor types are the UI elements for columns when you add or edit a data row.

Types of the addible/editable columns.

Date Time

The Date Time type lets you enter a value in the DateTime format using a standard Grafana component.

Optionally, you can specify a range of permitted date-times using the Set Min Date and Set Max Date parameters.

An example of the Date Time Editor type in the Business Table panel.

Switch

Note

The Switch editor type is available starting from version 1.9.0.

The Switch editor type makes working with the Business Table panel more intuitive by transforming boolean data into a switch that you can turn on and off.

An example of the Switch Editor type in the Business Table panel.

Number

The Number type lets you enter a numerical value. Optionally, you can specify the Min and Max for allowed values.

An example of the Number Editor type in the Business Table panel.

Select

The Select type provides a drop-down list populated from the Value Field parameter. Optionally, you can specify a Label Field. Both parameters, Value field and Label Field, come from the dataframe:column of your data source.

An example of the Date Time Editor type in the Business Table panel.

Note

The Allow custom value feature is available starting from version 1.9.0.

When enabled, you can enter a custom value in the prepopulated drop-down list when adding or editing a row.

To enable this feature, set Allow custom value to ON.

Allow custom values parameter in the Add data and Edit data for the select type column.

String

The String type lets you enter any value.

An example of the String Editor type in the Business Table panel.

Text Area

Note

The Text Area editor type is available starting from version 1.9.0.

Use the Text Area editor type to add and edit multi-row text values.

An example of the Text Area Editor type in the Business Table panel.