Hi,

I am looking for a solution to concatinate 2 columns/properties into 1 (ONE),
but would like to provide sort functionality for both indipendently.

My requirement goes like this: I have 2 columns in my table with column titles
'PCT' and 'Date'. I want to display these 2 columns as one cell value, probably
one below the other. And, I also want to provide the sort functionality
independent.

I would think of a solution for merging the 2 columns, but I dont have any clue
on how to provide/mae sort feature independent.

Here is my code:
<display:column property="pct" title="PCT" sortable="true"
headerClass="sortable" class="resultcell"  > 
<% out.println(((InvoiceSearch)pageContext).getPct()); %>  <br>
<% out.println(((InvoiceSearch)pageContext).getDate()); %>  
</display:column>

Thanks in advance.

Shiva.

=====
*************************************
Shivaram Madala.
 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to