Table go to element?

Is there a way to scroll the table automatically to an element by id?
something like this :

table.scrolTo(Object itemId);

Sure, take a look at Table.setCurrentPageFirstItemId(Object)

Thanks, i solved it other way.

I wanted to navigate to the last element , so “Table.setCurrentPageFirstItemId(Object)” leaves some unwanted space after the entry.