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 javascript ui components library and page of datagrid javascript product.