Internal Use Only.
Flags : Cached, External, Update (Note this is uncached)
Expression : R.UI.makeGrid(Object.assign({}, this.spec, this.customSpec))
If true
, enables 'sort by column' controls.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : true
If true
, allow multiple row selections.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : false
If true
, enable row selections.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : false
An array of UITableColumnMixin column definitions.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : R.treeTraverse(this, c => c.isKindOf("UITableColumnMixin"))
Internal Use Only.
Flags : Cached (Note this is uncached)
Expression : "Grid"
The name of the Boolean rule in the row object that controls whether the entire row is disabled (non-editable).
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : ""
An array of row data.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : []
The width of the content of the table. If scrollWidth is larger than width, a horizontal scroll bar will be shown. One of exact values in percent ('150%') or pixels ('300px')
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "100%"
The current set of selected rows.
Flags : Cached, Spec (Note this is uncached)
Expression : []
no doc
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : this
no doc
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "selectedRows"
The number of rows of the table which are shown in the UI.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : 6
UITable (d.1.0)
Mixins: UITitleMixin, UIControlMixin, BaseModel
Defines a tabular grid of rows and columns for displaying data or UI elements.