enables the edit mode for the specified cell
dtable.editCell(1, "title", true, true);
Note that the method will work only with the enabled editable parameter:
webix.ui({ view:"datatable", editable:true, ... });