> 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: http://pivot.apache.org/demos/fixed-column-table.html
