showCell
scrolls the table (if needed) to make the specified cell visible
void showCell(string row,string column);
| row | string | the row id |
| column | string | the column id |
Example
dtable.showCell(15,"title");
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.