configure_columns_order(*columns: column, {
    "param": value,
    ...
})

By default the order is identical to that in the input dataset.

If only a subset of columns is specified here, the rest will maintain the original order.

configure_columns_order(*columns: column, {
    "param": value,
    ...
})
for
string

Given order applies to data table or cross filter (cross filter when none).

Values must be one of the following:

  • dataTable
  • crossFilter