showItem

'scrolls' the table to make the specified row visible

void showItem(id id);

Parameters

ididthe row id

Example

dtable.showItem(123)

See also
Back to top