editCell

enables the edit mode for the specified cell

void editCell(id row,id col, [boolean preserve,boolean show] );
row
idthe row id col
idthe column id preserve
booleanif true, the previous editor will be kept opened showbooleanif true, DataTable will be scrolled if the specified cell is out of the viewport

Example

dtable.editCell(1, "title", true, true);

Related samples

Details

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

webix.ui({
    view:"datatable",
    editable:true,
    ...
});
See also
  • API
  • Articles
  • 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.
    If you have not checked yet, be sure to visit site of our main product Webix ui library and page of web datagrid product.