I toyed a bit with a master/detail view, propertie...
# tornadofx
h
I toyed a bit with a master/detail view, properties and
ItemViewModel
. I've implemented some stuff manually and didn't split the TornadoFX
View
into two views (one for the list, one for the editor). Strangely I have to manually call
refresh()
on the `TableView`: https://gist.github.com/hastebrot/9f4473ab13dee0b3f919ef1c3758e278#file-countries-kt-L80-L81