I'd like to be able to add a row into the middle of a JTable that acts as an information or title bar for the data below it. I'd like to do this multiple times within the JTable. Perfect example would be to show a row with the date of all the following entries. I've searched over API and can't seem to find a solution. Thanks!
I'm looking for the following which was found here JTable with varying number of columns per row
However, I'd like the section title row to be fixed when scrolling horizontally
A1 Section Title Row With long Text (FIXED WHEN SCROLLING HORIZONTALLY)
A2 B2 C2 D2
A3 B3 C3 D3
A4 B4 C4 D4
A5 Section Title Row With long Text (FIXED WHEN SCROLLING HORIZONTALLY)
A6 B6 C6 D6
A7 Section Title Row With long Text (FIXED WHEN SCROLLING HORIZONTALLY)
A8 B8 C8 D8
A9 B9 C9 D9