From da45af78bc764ee894727894477b10bbbd3430c6 Mon Sep 17 00:00:00 2001 From: Nick Malcolm Date: Mon, 14 Jun 2021 21:13:19 +1200 Subject: [PATCH] Disable ordering so that it sticks with the order the HTML was generated --- include/html_report | 1 - 1 file changed, 1 deletion(-) diff --git a/include/html_report b/include/html_report index d9b08f36..ec694411 100644 --- a/include/html_report +++ b/include/html_report @@ -168,7 +168,6 @@ addHtmlFooter() { // Initialise the table with 50 rows, and some search/filtering panes \$('#findingsTable').DataTable( { lengthMenu: [ [50, 100, -1], [50, 100, "All"] ], - ordering: true, searchPanes: { cascadePanes: true, viewTotal: true