tags:

views:

57

answers:

1

I have a JTable as a viewer of a model that I have created. I can insert and remove columns and rows from this model. The problem is that when my model reaches size 0, i.e., no data in the model, the table continuouing showing the header for the last two columns.

All the best, Leandro Lima

A: 

The problem was resolved. I wasn't firing data struct changed at the last remove action.

Leandro