Respect server-side sorting of tasks in coordinator console (#3404)

This commit is contained in:
Gleb Smirnov 2016-08-29 02:38:29 +03:00 committed by Fangjin Yang
parent 2e0f253c32
commit 8bee07e81e
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ function initDataTable(el) {
"bRegex": true "bRegex": true
}, },
"sPaginationType": "full_numbers", "sPaginationType": "full_numbers",
"bProcessing": true "bProcessing": true,
"aaSorting": []
}); });
$("thead input").keyup(function() { $("thead input").keyup(function() {