Search results

ISort API in JavaScript (ES5) Pivotfieldlist API control

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 sorting order for custom sorting.

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.