Posted By:
Shai_Almog
Posted On:
Friday, October 5, 2001 04:57 AM
Don't use the table column model! While you can get it to work, its a complicated model.
In order to remove a column you simply need to modify the TableModel so it won't return it. If you don't want to modify the model simply use a proxy/decorator pattern to hide the column by implementing a layered model. Don't forget to fire a table model change event whenever you change the table model!