Changing styleClass="sortable" to headerClass="sortable" will get you
what you're looking for.

Matt

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of BOGAERT Mathias
> Sent: Friday, January 02, 2004 6:40 AM
> To: '[EMAIL PROTECTED]'
> Cc: '[EMAIL PROTECTED]'
> Subject: [displaytag-devel] Sortable
> 
> 
> Fabrizio,
> 
> Could you check if the 'sortable' class is assigned to all 
> th's when doing the following:
> 
>     <table:table name="list" requestURI="browse.action" 
> pagesize="10" sort="list"
>  
> decorator="com.intrasoft.sysaudit.epm.EpmTableDecorator">
>         <table:column property="qualifier" title="QUALIFIER" 
> sortable="true" styleClass="sortable" />
>         <table:column property="unit.dg.code" title="DG" 
> sortable="true" styleClass="sortable" />
>         <table:column property="unit.code" title="UNIT" 
> sortable="true" styleClass="sortable" />
>         <table:column property="auditType.name" title="AUDIT 
> TYPE" sortable="true" styleClass="sortable" />
>         <table:column property="status" title="STATUS" 
> sortable="true" styleClass="sortable" />
>         <table:column property="actions" title="OPTIONS" 
> headerStyleClass="actions" styleClass="actions"  />
> 
>         <table:setProperty name="paging.banner.item_name" 
> value="EPM" />
>         <table:setProperty name="paging.banner.items_name" 
> value="EPM's" />
>     </table:table>
> 
> It doesn't seem to work for me, or am I doing something wrong?
> 
> Thanks,
> Mathias Bogaert
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign 
> up for IBM's Free Linux Tutorials.  Learn everything from the 
> bash shell to sys admin. Click now! 
> http://ads.osdn.com/?ad_id=1278&alloc_id=3371> &op=click
> 
> _______________________________________________
> 
> displaytag-devel mailing list [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/displaytag-devel
> 




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to