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)
.
Install
Framework Support
Vaadin 8.0+
Install with
Release notes - Version 1.0.1
Included an earlier commit that was accidentally left out of the initial release.