JTable sorting
hello,
i have to sort a JTable when the user clicks the headers.
I have used
http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
and it works fine.
But now the customer says he wants only 3 of the 5 columns sensitive to clicking. Is there anyway i cand do that using TableSorter from the adress above ?

