Documentation

showCell

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

void showCell(string row,string column);

Parameters

rowstringthe row id
columnstringthe column id

See also

Example

dtable.showCell(15,"title");

Back to top