SelectionFocusTreeGrid Add-on - Vaadin Add-on Directory
Extended TreeGrid that focuses a programmatically selected row.Uses JSNI to access an internal field in order to focus a programmatically selected row. There are no server-side changes, so if you wish to affect all TreeGrids within your project rather than switching some specific one(s) into a SelectionFocusTreeGrid, you can do that by extending SelectionFocusTreeGridConnector with annotation `@Connect(TreeGrid.class)`.
View on GitHubSelectionFocusTreeGrid Add-on version 1.0.0
SelectionFocusTreeGrid Add-on version 1.0.1
Included an earlier commit that was accidentally left out of the initial release.