Documentation

showItemByIndex

'scrolls' the table to make the specified row visible

void showItemByIndex(number index);

Parameters

indexnumberthe row index (zero-based numbering)

See also

Example

dtable.showItemByIndex(4);

Back to top