diff --git a/Frontend/_historyData.html b/Frontend/_historyData.html
index a8e0325..0308af3 100644
--- a/Frontend/_historyData.html
+++ b/Frontend/_historyData.html
@@ -432,6 +432,7 @@
];
historyTable = new YourTeam.JqDataTables.getTableByStatic(tag, data, columns, column_defs, null, null, null, null, "tpi");
+ $(tag).DataTable().order([3, 'desc']);
}
}