Disable ordering so that it sticks with the order the HTML was generated

This commit is contained in:
Nick Malcolm
2021-06-14 21:13:19 +12:00
parent 01663e4e0d
commit da45af78bc

View File

@@ -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