editaction of ui.datatable, Properties Webix Docs

StartAPI Referenceui.datatableProperties

defines the action on which editors will be opened

string editaction;

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

    webix.ui({
        view:"datatable",
        editable:true,
        editaction:"dblclick"
        ...
    });

    Default value:

    "click"

    Related samples

    See also

  • API

  • Articles

  • Back to top

    If you have not checked yet, be sure to visit site of our main product Webix javascript dashboard framework and page of datatable product.