Widgets
Samples
Demos
Forum
Services
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
,
...
}
)
;
Related samples
Editing on Mouse Click
See also
Articles
Editing Data Items
Back to top