I guess, I could also define `column()`s for `tabl...
# tornadofx
h
I guess, I could also define `column()`s for
tableview
in a separate function, i.e. to separate the plain form hierarchy and the event handlers. Having separate functions also means I need the boilerplate code for the UI elements (e.g.
var capitalField: TextField by singleAssign()
).