There is a MigLayout port to pivot you can try.
Was it 100% MigLayout or was it MigLayout plus other parts that made it work for you? From: Michal Margiel [mailto:[email protected]] Sent: Tuesday, October 05, 2010 5:45 PM To: [email protected] Subject: Re: Span Cells in TableView 2010/10/5 Greg Brown <[email protected]> > Thank you for your answer. Use case is to display pretty big table with more > then one row in header and columns grouped into bigger units. Ah, OK. Unfortunately, column spanning is not supported, though you can have multi-row column headers. > I would like to also freeze not only columns but also rows header. I have > something like this in my swing application but I had to do it by my own > using MigLayout. > Can apache pivot help me with this task? Yes - here is an example that uses both row and column headers: It is great to hear that there are multi-row column headers and row headers! So there is almost everything I need. But lack of cell spanning makes using apache pivot in my application impossible :( Are there any plans to implement, both horizontal and vertical, spanning? -- Pozdrawiam/Best regards MichaĆ Margiel http://www.javarsovia.pl http://www.linkedin.com/in/MichalMargiel http://poligloci.margiel.eu
