Problem with Sorting
Problem with Sorting
AaronZockt
Posts: 2Questions: 1Answers: 0
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
See if the Natural sort plugin works.
Kevin
Here's a code snippet of what I got so far, I want 'Test ABC' to be sorted as described in the original Post.