The column sequence number.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : 1
The column header text.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : this.ruleName
If true
, the column can be used as an input.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : true
The name of the rule in the row object that controls whether the cell for this column is editable or not. It must return a boolean value. The named rule cannot be in its own column.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : ""
If true
, the column is enabled for editing.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : true
The property to extract from the row Model
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : this.ruleName
The property to extract from the row Model
Flags : Cached, Required, Parameter, Spec (Note this is uncached)
Expression : ``
Internal Use Only.
Flags : Cached (Note this is uncached)
Expression : Object.assign({ name: this.refChain, type: this.controlType }, R.collectSpecs(this))
The width of the column, relative to the other columns in this table. The portion of the total table width is this.width/<sum of all column widths>
. Unitless.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : 1
UITableColumnMixin (d.1.0)
Mixins: BaseModel
A column definition for a UITable.