0
Lõpetatud

Sort bugs by multiple columns

Charles Wood 9 aastat tagasi uuendaja tech 9 aastat tagasi 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!
Ülevaatamisel
+1
That is very cool

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

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