I am having a multi row single column table which is to be populated from a List<String>
. And this List<String>
is populated via a modal window and when ever there is an update in this List<String>
the table has to be updated.
How do I achieve this through Vaadin?
Any pointers or examples on this would be greatly helpful.
Thanks