Hi,

You can change the header for a grid colum like following:

If you have for example a column named "name"

in your message catalog (.properties file) add name-label=Other column
header

OR you can also define the header content like the following:

<t:grid ...>
    <p:nameHeader>
        Other column header
    </p:nameHeader>
</t:grid>

On 09/04/14 12:24, srikaanth wrote:
> Hi,  How to rename a column header in a grid.  I have work this
> example from the jumpstart.
> http://jumpstart.doublenegative.com.au/jumpstart/together/easycrud/persons.
>
>
> Reg
>
> Srikaanth k
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to