I want to sort my table with "col1" as the primary sort and "col2" as the secondary sort. I tried using: table.sort(MyTable, function(a,b) ...
確定! 回上一頁