sbyrne
09/24/2019, 3:53 PMsbyrne
09/24/2019, 4:00 PMcolumn("name",Person::nameProperty) {
cellFormat {
graphic = textfield {
bind( rowItem.nameProperty )
}
}
}
Is the way I bind it going to be a problem if cells get recycled? Also, I lose dirty tracking.Bogdan
09/24/2019, 5:06 PMmakeEditable
, it will override your option, or your option will override it. Depending on who the first is called. They both change cellFactory
Bogdan
09/24/2019, 5:08 PM