Merging column headers alone in JTable
- by Harish
Is there a way to merge column headers on click of a button but the values in the cell should get appeneded with each other?
For instance:
10 15 20 25 30
A B C D E
B C D A E
10 20 30
AB CD E
BC DA E
Actually the…