From 269f1f2acb3097377cdc77647a52fc2077014d02 Mon Sep 17 00:00:00 2001 From: dev02 Date: Thu, 13 Jul 2023 12:46:46 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=89=8D=E7=AB=AF]=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=AD=B7=E5=8F=B2=E8=B3=87=E6=96=99=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/_historyData.html | 1 + 1 file changed, 1 insertion(+) 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']); } }