Table.sort

Sorts the table rows using the single column specified by column in the order specified by direction.

Javascript example:

 tables.ORDERS.sort(tables.ORDERS.DELIVERY_DATE, Table.SORT_DIRECTION_DESCENDING);
 

Parameters

TableColumn column,  java.lang.String  direction,