Jtable Row Span and Column Span
Asked Answered
A

1

6

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

Aluminiferous answered 1/6, 2011 at 9:59 Comment(0)
B
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

Berrios answered 1/6, 2011 at 14:43 Comment(2)
Is there any easy way to do this ? i really cant understand the codeAluminiferous
No, there is no easy way to do this. You are basically creating a new TableUI to do this.Berrios

© 2022 - 2024 — McMap. All rights reserved.