sortDescending

sortDescending sorts rows in a table in a largest to smallest order based on the column(s) listed in the columnsToSortBy argument.

Syntax

Parameters

ParameterTypeDescription
columnsToSortByString...

The column(s) used for sorting.

Returns

A new table where rows in a table are sorted in a largest to smallest order based on the column(s) listed in the columnsToSortBy argument.

Examples