StyleCode Property: columnReadOnly
columnReadOnly
Specifies whether a column is read-only in an editable table.
Applies to | Type | Default |
---|---|---|
table > column | boolean | false |
Examples
// Example: table > column
show table "My Table" a1c4 tomato with
Orders.Date { columnReadOnly: false }
Orders.Quantity
Details
Has no effect on non-editable tables.