edvin
09/02/2016, 7:59 AMit.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 }