I would like to sort JTable rows based on one hidden column.
JTable
Say I have a JTable like this
column1 column2 val1 val2
Use code posted here: http://www.esus.com/docs/GetQuestionPage.jsp?uid=1270
there's variable / method argument col - just check if its yours column2 and if so treat it like it was your hidden column - sort by it and rerender table.
col