Fix query sorting by Reply, DNSSEC and Action

orderData added to column specifications, allowing sorting to work when storage and display columns do not match.

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
Rob Gill
2018-05-26 20:25:34 +10:00
committed by GitHub
parent be992a9654
commit 0fd0061e73
+4 -4
View File
@@ -267,10 +267,10 @@ $(document).ready(function() {
{ "width" : "4%" },
{ "width" : "36%", "render": $.fn.dataTable.render.text() },
{ "width" : "8%", "render": $.fn.dataTable.render.text() },
{ "width" : "10%" },
{ "width" : "8%" },
{ "width" : "4%" },
{ "width" : "10%" }
{ "width" : "10%", "orderData": 4 },
{ "width" : "8%", "orderData": 6 },
{ "width" : "4%", "orderData": 5 },
{ "width" : "10%", "orderData": 4 }
],
"lengthMenu": [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]],
"columnDefs": [ {