From 8bee07e81ef8bec0fcabd4fd2f0b793df8a090ee Mon Sep 17 00:00:00 2001 From: Gleb Smirnov Date: Mon, 29 Aug 2016 02:38:29 +0300 Subject: [PATCH] Respect server-side sorting of tasks in coordinator console (#3404) --- .../main/resources/static/old-console/js/tablehelper-0.0.2.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/src/main/resources/static/old-console/js/tablehelper-0.0.2.js b/server/src/main/resources/static/old-console/js/tablehelper-0.0.2.js index ce8537056fa..071e994b9d7 100644 --- a/server/src/main/resources/static/old-console/js/tablehelper-0.0.2.js +++ b/server/src/main/resources/static/old-console/js/tablehelper-0.0.2.js @@ -53,7 +53,8 @@ function initDataTable(el) { "bRegex": true }, "sPaginationType": "full_numbers", - "bProcessing": true + "bProcessing": true, + "aaSorting": [] }); $("thead input").keyup(function() {