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

John Källström commented on DISPL-506:
--------------------------------------

I was also struck by this behaviour in 1.2. I'll try to do a work-around and 
add some sort of "hidden" column to make the number of columns match between 
different media settings.

Any other clever hints or tips would be much appreciated.

Thanks!
John

> 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

       

------------------------------------------------------------------------------
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to