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.