If a controller is going to update a data structur...
# tornadofx
s
If a controller is going to update a data structure that should cause a tableview to possibly have completely different columns, should I bind a tableview to the list and remove and re-add columns in an onchange, or just completely replace the tableview?