Feature Requests item #830363, was opened at 2003-10-25 22:34 Message generated for change (Comment added) made by jott 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. ---------------------------------------------------------------------- Comment By: Jeff Ott (jott) Date: 2003-12-19 09:08 Message: Logged In: YES user_id=649170 This addition would be great! We would use it the minute it was implemented. ---------------------------------------------------------------------- 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: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel
