The following comment has been added to this issue:

     Author: Vaibhav Ghadi
    Created: Thu, 18 Nov 2004 7:27 PM
       Body:
Secondary & Tertiary sorting feature will add a great value to display tag 
library.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/DISPL-39?page=comments#action_26839

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/DISPL-39

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DISPL-39
    Summary: Let users sort across multiple columns
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: DisplayTag
 Components: 
             Paging/Sorting
   Versions:
             1.0 RC1

   Assignee: 
   Reporter: fabrizio giustina

    Created: Sat, 2 Oct 2004 11:45 AM
    Updated: Thu, 18 Nov 2004 7:27 PM

Description:
====
imported from sf tracker
id 830363 
submitted by Richard Atkins - rjatkins
http://sourceforge.net/support/tracker.php?aid=830363 
====

 Sorting in the library should support the user sorting
across multiple columns. A sort from one display of a
table should be used as input for the sort on the next
column.

eg. From the initial table (warning: ugly ascii art follows)
Name | Dept | Role
=======================
Bob | Sales | Manager
Joe | Dev | Engineer
Fred | Dev | Manager

Sorting this by Name gives:
Name | Dept | Role
=======================
Bob | Sales | Manager
Fred | Dev | Manager
Joe | Dev | Engineer

Sorting this by Dept gives:
Name | Dept | Role
=======================
Fred | Dev | Manager
Joe | Dev | Engineer
Bob | Sales | Manager

Note that Fred now comes *before* Joe in the list.

Implementing this would mean that sorting would work in
the same way that it does in standard windows list
views, so would work the way many users would expect.



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to