Hello Community.
Is there any way to create multiple column headers in a JTable? I mean, normally there is only one row, but I need two of them with the same format (headerlike), and combine some cells of one of those headers.
I need something like this:
Header0 | Header123 | Header4 Header0 | Header1 | Header2 | Header3 | Header4
Is there any way?
Thank you in advance