showItemByIndex

scrolls the table to make the specified row visible

void showItemByIndex(number index);
indexnumberthe row index (zero-based numbering)

Example

dtable.showItemByIndex(4);

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript ui framework and page of javascript datagrid library product.