0
Аяқталған

Sort bugs by multiple columns

Charles Wood 9 year бұрын updated by tech 9 year бұрын 6
For example:

Right now, when I sort by status, the severity happens to be sorted "Minor, Major, Trivial". It would be nice to be able to sort by status first, then severity, so that the Trivials are in their proper place.
Note that jQuery Datatables -- http://datatables.net -- can do this sort of thing without any additional code!

Well, it does require one additional line of code -- $('#myTable').DataTable(); ;)

This has been live for some time, sorry we forgot to update this.