mirror of https://github.com/apache/druid.git
Respect server-side sorting of tasks in coordinator console (#3404)
This commit is contained in:
parent
2e0f253c32
commit
8bee07e81e
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue