<@U14ECM2KV> Yeah, and still the greatest value (p...
# tornadofx
e
@ron Yeah, and still the greatest value (pun indented) is that you don't need to specify the type. Type type of
it.value
is derived from the TableView type parameter. The trade off is that the second type parameter to TableColumn will be
Any?
. It is very rarely needed, and if you do, you can define your column as
column<Customer, String>("Name") { it.value.nameProperty }