configure_rows_order(column_to_order: column, {
    "param": value,
    ...
})

By default the order is identical to that in the input dataset, and row indices will be used to decide any ties found.

If you’re selecting a list-like column, only the highest (ascending) or lowest (descending) value of the column will be used for sorting.

configure_rows_order(column_to_order: column, {
    "param": value,
    ...
})
order
string
required

Sort direction to be applied to data table rows order.

Values must be one of the following:

  • ascending
  • descending