<@U31EMAHFU> We might be able to support that synt...
# tornadofx
e
@borboss We might be able to support that syntax actually, but right now you'd have to do:
column("Building", String::class) { value { it.building.select(Building::name) }
or something similar. Checking now.