Is there any way to implement row span and colspan in JTable like html table.
Jtable Row Span and Column Span
Asked Answered
Here is a really old example. I don't know if it still works:
http://www.java2s.com/Code/Java/Swing-Components/MultiSpanCellTableExample.htm
Is there any easy way to do this ? i really cant understand the code –
Aluminiferous
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.