Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Current »

This section describes the columns.json file.

Label

Actual label that will be displayed on the header of the column.

Width

The width in pixels of the column. To make a column hidden set the size to 0.

Types

Defines the type of field the column contains.

  • "rotxt": Read only text field.
  • "ron": Read only numeric field
  • "dhxCalendar": Date field
Align

Defines the alignment for the column, including the header.

  • "left": Left aligned.
  • "center": Center aligned.
  • "right": Right aligned.
Sort

Defines the type of sorting for the column.

  • "str": Text sorting.
  • "date": Date sorting.
  • "int": Number sorting
  • "na": No sorting
  • No labels