Editable: Boolean
The Editable property determines whether column can be edited.
Available values:
true. Column editing is enabled (default);
false. Column editing is forbidden.
Use JSON or thesetEditable method to set the property value and the getEditable method to get the property value.
The example of property use is given in the TreeColumn.FormatMethod property description.
See also: