Sort rows in JTable except the last row
843806Mar 30 2009 — edited Apr 14 2009Hi All,
I have a JTable, which contains columns with numbers. The last row contains column sums.
I want to be able to sort rows, but the last row with sums must remain motionless.
Does anyone know the solution of this problem?
Thanks in advance.