danielmcq
06/05/2018, 5:39 AMisVisible
property of a column
in a tableview
to a SimpleBooleanProperty? I'm not sure how to define this in builder:
tableview(viewModel.products) {
column("Product name", Product::name){
isVisible = ? (bind to a preferencesViewModel.nameColumnVisibleProperty)
}
}