Refactor sorting order in services.js to use the first column

This commit is contained in:
Théophile Diot 2024-10-25 09:33:38 +02:00
parent ab76d6074f
commit 4205aa6543
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -401,7 +401,7 @@ $(function () {
targets: 5,
},
],
order: [[5, "desc"]],
order: [[1, "desc"]],
autoFill: false,
responsive: true,
select: {