getSort(uniqueName: String): String
[starting from version: 1.4]
Returns the sort type which is applied to a field.
One of the following sort types: 'asc', 'desc', or 'unsorted'.
'asc'
'desc'
'unsorted'
pivot.getSort("Category");
Open the example on JSFiddle.
setSortsortingMethodsortValuesSorting
In this guide