Modify ↓
Opened 12 years ago
Closed 10 years ago
#10876 closed enhancement (wontfix)
Add sorting to the Components, Milestones and Versions tables
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | AdminEnumListPlugin |
Severity: | normal | Keywords: | |
Cc: | Jun Omae | Trac Release: |
Description
I propose adding sorting to the Components, Milestones and Versions tables.
- Components: sort by Name and Owner.
- Milestones: sort by Name, Due, Completed, Tickets.
- Versions: sort by Name, Released.
In order to do this without changing the templates, we'll need to implement this in JavaScript. I've been looking at the jQuery tablesorter plugin to accomplish this.
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This will be implemented in the Trac core instead: trac:#11683.
Note: See
TracTickets for help on using
tickets.
I plan to tag the 2.0 release after #10732 is integrated to the trunk. I'll save this feature for 2.1 or later.