I am creating a set of tables in different tabs of a JTabbedPane
. The tables get rendered.
I also add a column using DefaultTableModel
and move the column to the 0th index for all tables using JTable
.
Now column gets moved but it is not removing the header and empty rows of the moved column. Only first table in all tabs the column added gets moved without any remains in previous position.