I am using JTable with an empty row at the bottom of the table in order to give the ability of adding new line to the table.
After insert or writing data in the empt
The DefaultRowSorter is definitely flawed.
The only option is to create your own RowSorter based on the DefaultRowsorter and correct the problem.