Search results

ValueSortSettingsModel API in React Pivot Table API component

Interface for a class ValueSortSettings

Properties

headerDelimiter

string

It allows to set the delimiter, which is used a separator to split the given header text.

headerText

string

It allows to set the member name of a specific field for value sorting.

measure

string

It allows to set the measure name to achieve value sorting based on this.

It is applicable only for OLAP data source.

sortOrder

Sorting

Allows to apply sorting to the specified field either by ascending or descending. 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.