`column("Name", String::class)`. Then the `value {...
# tornadofx
e
column("Name", String::class)
. Then the
value { it.value.name}
syntax is still valid, and it is possible to call
cellFactory { CheckboxCell() }
for a boolean column etc.