I'd like to be able to navigate around a grid in Vaadin 14 (or higher) with only Keyboard shortcuts. It's possible to select a single cell in the grid, but then it's only visually selected and i can't find out which one is currently selected through code. I found this question here: How to navigate through Vaadin grid and select an item using keyboard?
This would solve my problem but this Add-on is for Vaadin 8 and doesn't work with version 14.
Is there either any way to find out which cell is currently selected (on another button press) or is there any other Add-on i haven't found, which does basically the same but for Vaadin 14?