editValue

defines which data item is editable (in case of several data items in the cell/line)

string editValue;

Example

webix.ui({
    view:"list",
    template:"#id#.#name#",
    editable:true,
    editValue:"name"
});

Related samples

Details

editValue is defined for a component containing more than one data item in its cell or record.

In the list above each record contains item ID and name, but only the name is editable.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript web framework and page of datatable product.