|
|
|
|
|
by mmurph211
4949 days ago
|
|
Thanks for checking it out. The sort used in the code is Javascript's native sort method which is not guaranteed to be stable and varies by browser (Chrome vs Firefox for example sort differently in the W/L/T columns - try clicking W then T in each browser.) Kind of annoying really. For sure, the invert part is not great though. Edit: Found more info: http://stackoverflow.com/questions/3026281/array-sort-sortin... |
|