std/csv/sort/NumericSortstructjsscheller/scrilib

Sort rows in numeric order.

Fields
sort_columns : Option<String>

Select the column(s) to use when sorting - specified using column-selection syntax.

reverse : Option<Boolean>

Rows are in ascending order (1 to 9) by default, set to true for descending order (9 to 1).