getItemNode

returns HTML element of the item

HTMLElement getItemNode(id|object id);
id
id|objectdata item ID or an object with item's position
HTMLElementHTML element of the item

Example

var node = mylist.getItemNode(123);
node.innerHTML = "some text";

Details

Datatable and treetable specificity:

$$("mydatatable").getItemNode(2);
$$("mydatatable").getItemNode({ row: 2, column:"title"});
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 web control library and page of datagrid in html5 product.