Samples
Forum
Support
Documentation
editValue
editable
editaction
editor
form
Start
API Reference
Mixins
EditAbility
Properties
editable
allows/denies editing in the view
boolean
editable
;
Example
webix.
ui
(
{
view
:
"datatable"
,
editable
:
true
,
...
}
)
;
See also
samples
Editing on Mouse Click
articles
Editing Data Items
Back to top