From 690c34bc1d10d8ab463d59988ddaa0559ff1f1ec Mon Sep 17 00:00:00 2001 From: Tom Udding Date: Fri, 30 Dec 2022 16:22:52 +0100 Subject: [PATCH] Sort sync jobs DataTable based on ID By setting the default column to perform the sort on, the additional sort option for the first (hidden) column is also removed. --- data/web/js/site/mailbox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js index 12c4bb4d..30bd91bf 100644 --- a/data/web/js/site/mailbox.js +++ b/data/web/js/site/mailbox.js @@ -1908,6 +1908,7 @@ jQuery(function($){ processing: true, serverSide: false, language: lang_datatables, + order:[[2, 'desc']], ajax: { type: "GET", url: "/api/v1/get/syncjobs/all/no_log",