Closed IEnoobong closed 5 years ago
You can still bind a non observable value, so this doesn't need to change. You could however make an integerBinding based on the birthday property, so that changes to the birthday would auotmatically reflect in the tableview. However, birthdays don't change so often, so I'd say it's wasteful to create a property for this readonly field :)
@edvin but trying to as int gives this error
IntelliJ 2018.3 TornadoFx 1.7.18
You must use readonlyColumn()
I see, then I'll change the PR to use readonlyColumn
there then
Perfect, thanks :) This syntax used to be valid, but we had to rename the column builders for non observables due to type shadowing issues.
Age was previously
Int
but it can't be binded tocolumn
, changed to SimpleIntegerProperty to allow for bindingI need help with the new screenshot please