diff --git a/theme/bulma/user_profile.php b/theme/bulma/user_profile.php index bc1c4d6..f04f4f7 100644 --- a/theme/bulma/user_profile.php +++ b/theme/bulma/user_profile.php @@ -21,6 +21,7 @@ $protocol = paste_protocol(); rowReorder: { selector: 'td:nth-child(2)'}, responsive: true, pageLength: 50, + order: [[ 1, "desc" ]], autoWidth: false, initComplete: function () { var search = new URLSearchParams(window.location.search); @@ -40,6 +41,7 @@ $protocol = paste_protocol(); $("#favs").dataTable({ rowReorder: { selector: 'td:nth-child(2)'}, responsive: true, + order: [[ 2, "desc" ]], pageLength: 50, autoWidth: false, initComplete: function () { @@ -220,9 +222,7 @@ $protocol = paste_protocol();