Versions Compared

Key

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

...

Using the Header key, the headers of columns in the forecast table can be specified. A column can be added with the the Column key. The value of this key is used as the name in the header of that column. For each column an id attribute must be specified. Furthermore, the following optional attributes may be specified for a column:

  • isEditable: a flag with value true or false indicating whether the column is editable for the user,
  • unit: a string containing the unit for the column (e.g. "cm" for a water level),
  • isEditable: a flag with value true or false indicating whether the column is editable for the user,
  • isExport: a flag with value true or false indicating whether the column must be exported to file if the forecast is published (editable columns are exported by default),
  • exportName: a string containing the name that must be used for exporting the column to file.

...