
Table displays grid of rows and columns.
Slots
- headerVisible
-
Bool headerVisible := true
Is the header visible.. Defaults to true.
-
static internal Str headerVisibleId := "headerVisible"
- model
-
TableModel model
Backing data model of table.
- onAction
-
|Event| onAction
Callback when row is double clicked or Return/Enter key is pressed. The
index
fields indicates the row index. - updateAll
-
Void updateAll()
Update the entire table's contents from the model.
-
static internal Str updateAllId := "updateAll"