Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
[Fixed] Fixed the default sorting column for statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Feb 10, 2017
1 parent 51d0be6 commit be1a67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/statistics.twig
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
$('#statistics').dataTable({
"sDom": '<"top"ilpf<"clear">>rt<"bottom"ilp<"clear">>',
"sPaginationType": "full_numbers",
"aaSorting": [[ 1, "desc" ]],
"aaSorting": [[ 2, "desc" ]],
"aoColumns": [ null, null, { "sType": "num" }, { "sType": "date" }, null, null],
"bLengthChange": false,
"iDisplayLength": 50,
Expand Down

0 comments on commit be1a67b

Please sign in to comment.