Description
As per the list message at
if you create a table model in the builder, and then attempt to re-set a groovy.model.DefaultTableModel the column model does not auto reset, since we turn that off when a g.m.DefaultTableModel gets attached by the buidler.
This also interacts with GROOVY-2111, specifically re-setting it with a non-g.m.DefaultTableModel won't re-set the columns (the inspector UI for groovy.ui.Console depends on this behavior).