Skip to content

editaction

defines the action on which editors will be opened

let editaction: string

default value: “click”

  • “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)
webix.grid({
editable:true,
editaction:"dblclick"
...
});

also check the next samples:

Articles

API