Problem with Sorting
Problem with Sorting
AaronZockt
Posts: 1Questions: 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