Thanks both of you! I will try the DOM rewriting, I guess it will be easier
and fulfill my demand completely.
Best regards!
--
Ladislav
-- Původní zpráva --
Od: Thiago H de Paula Figueiredo
Datum: 6. 6. 2013
Předmět: Re: Multi-row Grid header
"On Thu, 06 Jun 2013 10:
On Thu, 06 Jun 2013 10:27:13 -0300, Barry Books wrote:
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.
Another option is to use Tapestry DOM rewriting (such as void
afterRender
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, wrote:
> Hi!
>
>
>
> I would like to have Grid with more than one row header. Let's say I have 3
> colum
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