Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The configuration files are json files that have a specific syntax that must be observed.  Add the desired field to the json file in the order it would appear in.  The table will be constructed left to right based on attributed that are read from the top down.

Field Attributes

Each field that is added will require a set of attributes.  This is an example of the attributes that belong to the 'comment' field.

Code Block
  {
    "name": "comment",
    "label": "Comment",
    "cell": "string",
    "search": false,
    "editable": false
  }

 

Verification

It is not necessary to restart any daemons.  After editing the associated json file simply load (or reload) the view in question.