showCell

прокручивает содержимое таблицы, чтобы стала видна указанная ячейка

void showCell(string row,string column);
rowstringID ряда
columnstringID колонки

Example

dtable.showCell(15,"title");

See also
Наверх
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.