Reference+
Name
sort()
Class
Table
Description
Sorts (orders) a table based on the values in a column.
Syntax
.sort(columnName)
.sort(column)
Parameters
columnName
(String)
the name of the column to sortcolumn
(int)
the column ID, e.g. 0, 1, 2
Return
void
Related
![Creative Commons License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.