One more question where I'm stuck:
I have a complex Panel with an data class as Input. I want to refresh the Input and redraw the whole panel.
dataContainer works perfect for table rows, but if I try to use them for other content, it get's add and added over again, but not replaced/refreshed.
I know I can store references and change kvision components properties, but I want wo change more than some span.content string
Subscribing on the observableListOf with first() also yielded the same behaviour
I can create a small example if my problem is unclear 🙂