IIRC, that does not work if you use <t:column/>... only if you use 
<t:columns/>





"Cagatay Civici" <[EMAIL PROTECTED]> 
07/06/2007 03:45 PM
Please respond to
"MyFaces Discussion" <users@myfaces.apache.org>


To
"MyFaces Discussion" <users@myfaces.apache.org>
cc

Subject
Re: can we change the arrow icon of sortable coloumn of table.






Cool, I wasn't aware of that, we should still document this tough:)

Cagatay

On 7/6/07, Bruno Aranda < [EMAIL PROTECTED]> wrote:
Actually, it is possible. You can add a facet to the 
t:commandSortHeader component:

<t:commandSortHeader arrow="false" ... >
    <f:facet name="ascending">
        <t:graphicImage url="myAscendingArrow.png" border="0"/> 
    </facet>
     <f:facet name="descending">
        <t:graphicImage url="myDescendingArrow.png" border="0"/>
    </facet>

....
</t:commandSortHeader> 

You can put whatever you want in the facet (remember though, only one
child in a facet).

Cheers!

Bruno

On 06/07/07, Cagatay Civici <[EMAIL PROTECTED] > wrote:
> Hi,
>
> It's not possible at the moment,
>
> http://issues.apache.org/jira/browse/TOMAHAWK-13
>
> Cagatay 
>
>
> On 7/6/07, Arvind Pandey <[EMAIL PROTECTED]> wrote:
> >
> >
> > Hi all,
> >
> >     can we change the arrow icon of sortable coloumn of  t:DataTable 
by 
> some
> > other icon?
> >
> > regards...
> > Arvind Pandey
> >
> >
> >
> > Disclaimer: The information contained in this e-mail and attachments 
if 
> any are privileged and confidential and are intended for the 
individual(s)
> or entity(ies) named in this e-mail. If the reader or recipient is not 
the
> intended recipient, or employee or agent responsible for delivering to 
the 
> intended recipient, you are hereby notified that dissemination, 
distribution
> or copying of this communication or attachments thereof is strictly
> prohibited. IF YOU RECEIVE this communication in error, please 
immediately 
> notify the sender and return the original message.
> >
> >
>
>


_________________________

CONFIDENTIALITY NOTICE

The information contained in this e-mail message is intended only for the 
exclusive use of the individual or entity named above and may contain 
information that is privileged, confidential or exempt from disclosure 
under applicable law. If the reader of this message is not the intended 
recipient, or the employee or agent responsible for delivery of the 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. If you have received this communication in error, please 
notify the sender immediately by e-mail and delete the material from any 
computer.  Thank you.

Reply via email to