One more thing, is it possible to pass dynamically...
# tornadofx
v
One more thing, is it possible to pass dynamically added different properties from a list, for e.g.
TableView<List<Observable<*>>>
, I think I need to store properties not in a predefined class like
MyItem
, so I don't know how to get
::nameProperty
from there