Feature Requests item #830363, was opened at 2003-10-26 16:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536616&aid=830363&group_id=73068
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Atkins (rjatkins) Assigned to: Nobody/Anonymous (nobody) Summary: Let users sort across multiple columns Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536616&aid=830363&group_id=73068 ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel
