Defines the sorting for values in a specific row and/or column in the pivot table.
sorting: { column: ValueSortingObject, row: ValueSortingObject }
Example with the SortingObject:
slice: { // Other slice properties sorting: { column: { // ValueSortingObject }, row: { // ValueSortingObject }, }, }
In this guide