https://kotlinlang.org logo
v

ValV

09/23/2018, 8:18 PM
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