If the object returned from `value` is not an `Obs...
# tornadofx
e
If the object returned from
value
is not an
ObservableValue<*>
it is wrapped in a
SimpleObjectProperty
. Since you have access to the
TableColumn
as
this
you can do whatever you want in there. I think this should cover your "ad hoc" use case @thomasnield 🙂