<@UBLE7EX7W> Do you want the same instance of a Ta...
# tornadofx
e
@Douglas Arantes Do you want the same instance of a TableView to adapt to different data? It might be better to replace the view with a new when that happens. You can add columns dynamically when you have the information, just by calling
column()
on the TableView instance