0
Lokið
Sort bugs by multiple columns
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.
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.
Customer support service by UserEcho
Well, it does require one additional line of code --
$(
'#myTable'
).DataTable();
;)This has been live for some time, sorry we forgot to update this.