dss-visual-edit

Editschema

The editschema can be used to add specific UI behavior to editable columns. It is a JSON array of objects, each object representing a column of the original dataset.

Fields

For each column of the original dataset you can set the following fields:

Example

[
  {
    "name": "reviewed",
    "type": "boolean_tick"
  }
]

This example results in the following behavior: