I am using JXTable
which is from SwingX components. If I use setSortable(boolean flag)
method then it will enable or disable sorting for all columns.
As of my requirement I want to disable sorting for a few columns and enable sorting for other columns.
Can anyone help achieve this functionality?
Thanks for your reply. Can you help me with using setSorterClass(String sorterClassName)
to disable sorting for one column? Could you give me any code examplex? It will be very helpful for me.