6

Is there any way to implement row span and colspan in JTable like html table.

MartyIX
  • 27,828
  • 29
  • 136
  • 207
Milin
  • 235
  • 3
  • 6
  • 12

1 Answers1

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