Hi,
it would be great to have a simple way how to customize sortable icon in
grid table (for now I use some workaround). Generated table header cell for
sortable column looks like:

<th...>
.. something 
.. 
../../assets/tapestry/corelib/components/sortable.png 

</th>

Maybe, it would be better generated code looks like:
<th...>
.. something 
</th>

and sortable icon would be included as a background-image of the link
(defined in css class "t-sort-column"; for actually sorted column the
classes that can serve that purpose already exist: t-sort-column-ascending
and t-sort-column-descending). This way I think it would be semantically
cleaner and really easy to customize.

Best regards, Pavla
        
-- 
View this message in context: 
http://www.nabble.com/T5%3A-Grid---custom-sortable-icon-tp17364213p17364213.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to