As far as the `column("Name", Person::nameProperty...
# tornadofx
r
As far as the
column("Name", Person::nameProperty)
goes, would it work with the
fun nameProperty() = nameProperty
fix? (Granted it adds another line to the solution, so it's less than optimal, so your original implementation seems pretty good.)