6 lines
124 B
Text
6 lines
124 B
Text
|
|
function sorter(table, ordering = "lexicographic", column = 0, reverse = false) {
|
||
|
|
// ...
|
||
|
|
}
|
||
|
|
|
||
|
|
sorter(the_data,"numeric");
|