last page is not sorting correctly
last page is not sorting correctly
![vunda](https://secure.gravatar.com/avatar/b5b045e4b110415f04ca94af16745d25/?default=https%3A%2F%2Fvanillicon.com%2Fb5b045e4b110415f04ca94af16745d25_200.png&rating=g&size=120)
jQuery(document).ready(function(){
jQuery('.testing table').DataTable({
"order": [[0, 'asc' ]], this is not working
"searching": false,
"lengthChange": false,
"columns": [
null,
null,
null,
null
]
});
});
After clicking on the column "name" shows correctly the A, B, C....but after clicking the same column from Z to A doesn't work. It is showing W, V, and U rather than U, V and W. Please help, I am a new devep working with the datatables library.
Also, the same is happing with the other columns.
Thanks
This discussion has been closed.
Answers
Hi @vunda ,
Here's your code here, and as you can see, it's sorting correctly. Could you modify that example please to demonstrate your problem,
Cheers,
Colin