This tool sorts a table based on a selected column. Depending on the data type of the column, the sorting is done either in numerical or alphabetical order. You can select either ascending or descending sorting order. If your table has rownames (meaning that the first columns does not have a title), you need to indicate this.
You can sort a table using several columns by running several sorting operations in cascade, so that the primary sorting criteria is used in the last sorting operation.
The input table sorted as specified.