I think, at least according to what I found on the net, you can achieve this by setting setSorterClass(null) for this column.
How can we read the cached website because the swinglabs tutorial page does not seem to work, I'm sure it has something to do with the recent java.net mess mess. "JXTables enables default column sorting. You can disable all column sorting using setSortingEnabled (boolean allowSort). You can also disable single column sorting using setSorterClass (String sorterClassName) with the class name of the null sorter."
Personally, I think that it makes no sense to block user sorting in the selected column of the table. In any case, if the user wants to sort the column, he / she should do it, in the end, I believe that it is better to allow the user more than less, of course, when it comes to details such as what he / she can control in his / her gaze.
source share