Ajaxreturn returns ajax data out of order

php returns data structure
here is php flashback structure array {

[2018]=>{
    [3]=>[...]
    [2]=>[...]
    [1]=>[...]
}
[2017]=>{
    [20]=>[...]
    [19]=>[...]
    [..]=>[...]
}

}
clipboard.png

ajax
clipboard.png

solve the problem

Mar.02,2021

it is impossible to be out of order, just look at the sort on the server and remove the key

.
Menu