Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82432

Problem with Sorting

$
0
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?


Viewing all articles
Browse latest Browse all 82432

Trending Articles