<@U13A9PZC0> Then you define the TableView and lis...
# tornadofx
e
@gtnarg Then you define the TableView and listen for the
LOADED
event. When it fires, you can do what you need to the TableView, for example select the first row and request focus. I also added a button to the view that calls the loadData function just to be able to test it.