callm 5 mesiacov pred
rodič
commit
178a4b57dc

+ 1 - 1
UAS_MES_LGDZ/FunctionCode/Query/Query_SpecialReport.cs

@@ -110,7 +110,7 @@ namespace UAS_MES_NEW.Query
                 }
 
                 DataView view = new DataView(importdata);
-                view.Sort = "Column1";
+                view.Sort = "side,Column1";
                 DataTable sortedTable = view.ToTable();
 
                 SwapColumns(sortedTable, "Side", "Agree");