The grid is made from various sub components. Instead of using Grid you can write you own HeaderGrid and use the sub components such as GridPager and GridRow.
On Thu, Jun 6, 2013 at 7:21 AM, <la...@email.cz> wrote: > Hi! > > > > I would like to have Grid with more than one row header. Let's say I have 3 > columns: Free space, occupied space, total space. Values in such columns > are > simple numbers with 2 digits (0-99), so if I want to show column headers in > full form, columns will be lot wider than it's values demands. Therefore I > would like to configure two-level header: > "Space" in first line (cellspan=3), "Free | Occupied | Total" in second > line. Is this possible anyhow with Tapestry's Grid component? > > > > > Best regards, Ladislav >