Table Row Focus

Is there a way in Vaadin programatically focus on a table row without selecting it?

I have an application where a table contains items where the user can delete rows from the table.

With my current implementation I have to select the next item which I do not want to do but I do wanna have the table position remain in the same spot and not jump all the way back to the top.

You might be looking for
table.setCurrentPageFirstItemId()
, but it’s
known to be unreliable
if you have higher-than-normal Table rows.

Hi,

Have you found a solution for the focus issue?? If you did, please post it…

Thanks.

what do you mean by “higher-than-normal”? Do you mean “taller-than-normal” or “higher-than-normal”?