editNext

closes the current editor and opens one in the next cell of the row

void editNext();

Example

dtable.editNext();

Details

Note that the method will work only with the enabled editable parameter:

webix.ui({
    view:"datatable",
    editable:true
});
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript component library and page of ui datagrid product.