column
direction
Javascript example:
tables.ORDERS.sort(tables.ORDERS.DELIVERY_DATE, Table.SORT_DIRECTION_DESCENDING);
column
in the order specified bydirection
.Javascript example: