[ 
http://jira.codehaus.org/browse/DISPL-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=174417#action_174417
 ] 

Steven Revill commented on DISPL-506:
-------------------------------------

Hi,

This happens in 1.2 also.

Any work around of this? Any progress on the fix?

Thanks!
Steve

> Wrong Sorting done, when exported to pdf or excel
> -------------------------------------------------
>
>                 Key: DISPL-506
>                 URL: http://jira.codehaus.org/browse/DISPL-506
>             Project: DisplayTag
>          Issue Type: Sub-task
>          Components: Export
>    Affects Versions: 1.1, 1.1.1
>            Reporter: praveen
>            Priority: Critical
>         Attachments: bug_export_sort.txt
>
>
> Here the number of columns when viewed on html media is different than when 
> viewed under pdf or excel. Sorting is always done on the html columns. When 
> the table gets exported to pdf or excel with more columns than what we see in 
> html output, it sorts incorrectly based on the column numbers of html output. 
>  <display:table name="test" export="true" sort="list" pagesize="8">
>     <display:column media="excel pdf" property="city" title="CITY" 
> sortable="true" headerClass="sortable" />
>     <display:column property="project" title="PROJECT" group="2" 
> sortable="true" headerClass="sortable" />
>     <display:column property="amount" title="HOURS" sortable="true"/>
>     <display:column property="task" title="TASK" />
>   </display:table>
> In the above example,
> In HTML output, I have 3 columns project, amount and task. If I click on 
> amount ( column number is 1) sorting is done based on amount column
> when we click export, the same column number goes to the Table Model to get 
> the table sorted based on the same column number. But now in excel or pdf we 
> have 4 columns and column number 1 represents to project. So now the table is 
> sorted based on the project column title. This is a bug. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to