Is there any way to implement row span and colspan in JTable like html table.
Asked
Active
Viewed 9,974 times
1 Answers
6
Here is a really old example. I don't know if it still works:
http://www.java2s.com/Code/Java/Swing-Components/MultiSpanCellTableExample.htm

camickr
- 321,443
- 19
- 166
- 288
-
1Is there any easy way to do this ? i really cant understand the code – Milin Jun 03 '11 at 09:36
-
1No, there is no easy way to do this. You are basically creating a new TableUI to do this. – camickr Jun 04 '11 at 01:23