showCell

scrolls the table (if needed) to make the specified cell visible

void showCell(string row,string column);
rowstringthe row id
columnstringthe column id

Example

dtable.showCell(15,"title");

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix lightweight js framework and page of tree table widget product.