The best way I have right now (to let the coroutin...
# tornadofx
s
The best way I have right now (to let the coroutine stuff) is to subscribe
onChange
to the data list then to subscribe to the modifiable properties of the added elements, to trigger the
refresh()
on the table. Ouch.
😡 2
c
Does that work? It isn't the list that's changing but the element.
s
yes, it works and yes, I'm subscribing to the elements. I'm using the data.onChange to get the added/removed where I'm adding/removing my listener to refresh