sort-rows
Action
Sort entire table by column value
Syntax
sort-rows $Gtable by "price" ascending
sort table by column in ascending order
sort-rows $Gtable by "name" descending
sort table by column in descending order
sort-rows $Gtable by $column:TEXT asc
sort table by variable column ascending
sort-rows $Gtable by $column:TEXT desc
sort table by variable column descending