Opened 17 years ago
Closed 17 years ago
#359 closed enhancement (fixed)
Sorting on mulitple columns in web tables
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Sometimes you want to sort the results using multiple columns. For example when viewing the features of an array design it would make sense to sort by block, column and row. Maybe it could be implemented by shift/alt-clicking on the column adds that column to the sorting order.
It shouldn't require much changes to the code since the sorting feature it is handled by the Table taglib and the ItemContext? class.
Change History (2)
comment:1 Changed 17 years ago by
Milestone: | BASE 2.x+ → BASE 2.1 |
---|---|
Status: | new → assigned |
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2754]) Fixes #359: Sorting on mulitple columns in web tables