sort_table

sort_table(a_list2d, key_index) copy to clipboard

Sort each list in two dimensional list according to the order of the list of the specified index.

Parameters
Result

list of lists :A sorted two dimensional list. The returned list is identical to the list passed as an argument.