NameDescriptionTypeAdditional information
SysName

System name of field/column - is unique

string

Required

String length: inclusive between 0 and 50

PubName

public, human readable name of column(best for caption)

string

String length: inclusive between 0 and 100

Proto

low level suggested content of column. image,email...

string

String length: inclusive between 0 and 128

isUnique

Values in rows should be treadet as unique(!!wrn multiple columns).

boolean

None.

isHidden

When true, data should not be shown to the user, but is required in some action etc.

boolean

None.

DType

Predefined column data type. Avoid "INT"!!, use Int16,Int32,Int64...

enDataType

None.

InCompactView

Column is also suitable for compact view (for small devices as listview)

boolean

None.

CHid

Hideable, show only in detail, not in "wide" grid/list

boolean

None.

DataFormatString

Prefered mask for displaying field data(#.## 0:N2 ....)

string

None.

ColWidth

column width - clientside

string

String length: inclusive between 0 and 60

xDef

extended column definition

string

None.

ExtConfig

extended config pre column - dynamic

Object

None.