editaction
defines the action on which editors will be opened
let editaction: string
default value: “click”
Values
Section titled “Values”- “click” - opens the editor on a single click
- “dblclick” - opens the editor on a double click
- “custom” - allows only programmatic editing (denies opening editors for manual editing)
Example
Section titled “Example”webix.grid({ editable:true, editaction:"dblclick" ...});
also check the next samples:
See also
Section titled “See also”Articles
API