^ Here's a link on Bindings.select() if you don't ...
# tornadofx
c
^ Here's a link on Bindings.select() if you don't mind reading plain JavaFX https://fxdocs.github.io/docs/index.html#_pojo_binding
d
But how tow acces the data? I tried
column("Name",	Bindings.select<String>(AfaEntry::asset, "designation"))
i cant't access the line object in the definition