Hi,everyone:
I want to design a table in Java, this table has 3 fixed columns,more than 20 non-fixed columns, and I want to support sorting by column. I searched the Internet, and found somebody designed a table which suppots sorting but doesn't support fixed columns, and somebody designed a table which supports fixed columns but does not support sorting. I am wondering if somebody can give me an idea how to design a table which supports sorting by column and supports fixed columns?

Thanks in advance!

Rose Zhou