defines which data item is editable (in case of several data items in the cell/line)
webix.ui({
view:"list",
template:"#id#.#name#",
editable:true,
editValue:"name"
});
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.