Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.
string[]
| number[]
Allows to specify the order in which the members should be sorted.
Defaults to []
string
Allows to set the field name to order their members either in ascending or descending in the pivot table.
Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,
Ascending
: It allows to display the field members in ascending order.Descending
: It allows to display the field members in descending order.None
: It allows to display the field members based on JSON order.Defaults to Ascending