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

        

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to