Hi,
I am using the column tag as the following Since I will control the sort on my own.
/******/
String anchorTag6="<a href="">+t_sortOrder+")>Name</a>";
<display:column property="name" title="<%=anchorTag6%>"
/******/
Issue 1. Sort works fine But when I export the document in Excel and PDF. The header comes as follows <a href="">6,2)">Name</a>
I Just want the Name to come as the header, when I export
Issue 2. How do I get the UP and DOWN arrows next to the column that I want to sort.
Issue 3. On this page http://www.displaytag.org/example-styles.jsp?class=its there are different styles. I want to use it can anyone tell me how to get different styles.
Please let me know the solutions for the above ASAP.
Thanks
Gopal.

