Secondary sort criterium always in ascending order
Secondary sort criterium always in ascending order
chiwchy
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).
This discussion has been closed.
Answers
Hi @chiwchy ,
That's not possible, I'm afraid, it follows the direction of the main column.
Cheers,
Colin