Search results

Sort API in Angular Pivot Table API component

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.

Properties

membersOrder

string[] | number[]

Allows to specify the order in which the members should be sorted.

Defaults to []

name

string

Allows to set the field name to order their members either in ascending or descending in the pivot table.

order

Sorting

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