Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1085
Get LevelSortDirections in PivotView
posted

Hello,

I'm unable to get the levelSortDirections from a pivotView.

Since I'm using a pivotView instead of a simple pivotGrid I used the following line:

$('#pivotView').igPivotView('pivotGrid').option('levelSortDirections') 

This always returns an array consisting of one item. This item has the fields levelUniqueName and sortDirection but both have a value of NULL.

Is there any special way to get these sortingDirections when using a pivotView (and not just pivotGrid)?

BR