Sorting on 1 numeric column called value . Use + instead of - for reverse order. data.sort(function(a,b) { return +a.value - +b.value }) · Sorting alphabetically ...
確定! 回上一頁