Re: disable the sorting function of the header



malpropio wrote:
I'm using filtering on a jtable so I can't disable rowSorting
altogether but I wont to disable the rowSorting feature thats in the
jtableHeader, does anyone have any idea how the is done ??
thank you

By not using
table.setAutoCreateRowSorter(true);

and doing the filtering in an AbstractTableModel sub-class instead?

--
RGB
.