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
RedGrittyBrick - 26 Mar 2008 21:45 GMT
> 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?

Signature
RGB