☝️Small business or a startup? See if you qualify for our special offer.
+
All documentation

getFlatSort

getFlatSort(): Array

[starting from version: 2.8.2]

Returns an array of FlatSortObjects defining the sorting on the flat grid.

If the flat sorting isn’t specified, or all the sorted hierarchies have the "undefined" sorting type, an empty array is returned.

Note that the getFlatSort method is available only for reports based on "csv", "json", and "api" data source types.

Example

pivot.getFlatSort();

/* method returns array of objects
[
 {uniqueName: "Category", sort: "desc"},
 {uniqueName: "Price", sort: "asc"}
]
*/

Try the example on JSFiddle.

See also

setFlatSort
getSort
setSort
sortingMethod