Skip to content

Commit e7b9065

Browse files
committed
adding same sorting to other listing
1 parent 2a526c6 commit e7b9065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/templates/list_studies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"lengthMenu": [[5, 10, 50, -1], [5, 10, 50, "All"]],
6060
"deferRender": true,
6161
"sDom": 'l<"top">rti<"bottom"p>',
62-
"order": [[ 3, "asc" ]],
62+
"order": [[ 3, "desc" ], [ 1, "asc" ]],
6363
"columns": [
6464
{ "orderable": false, "data": "artifact_biom_ids" },
6565
{ "data": "study_title" },

0 commit comments

Comments
 (0)