Documentation

showItem

'scrolls' the table to make the specified row visible

void showItem(id id);

Parameters

ididthe row id

See also

Example

dtable.showItem(123)

Back to top