editNext

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

void editNext();

Example

$$('mylist').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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.