Secondary sort criterium always in ascending order

Secondary sort criterium always in ascending order

chiwchychiwchy Posts: 1Questions: 1Answers: 0

How would I make my secondary sort always ascending? For example:

{ targets: [1], orderData: [1, 0] }

I want my col0 to be sorted ASC no matter how col1 is sorted (for the same values in col1, of course).

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @chiwchy ,

    That's not possible, I'm afraid, it follows the direction of the main column.

    Cheers,

    Colin

This discussion has been closed.