Problem with Sorting

Problem with Sorting

AaronZocktAaronZockt Posts: 1Questions: 1Answers: 0
edited January 10 in Free community support

Hello there :) ,

I have a quick question about the sorting

"order": [
    [2, 'asc']
]

is leaving me with a result like this:

Test A01
Test B01
Test A02
Test B02

and I want the result to look like this:

Test A01
Test A02
Test B01
Test B02

How would I accomplish that?

Answers

Sign In or Register to comment.