Difficulties in ordering data
Difficulties in ordering data
![rdorval](https://secure.gravatar.com/avatar/c3b122df65358e176f02877ad4387b40/?default=https%3A%2F%2Fvanillicon.com%2Fc3b122df65358e176f02877ad4387b40_200.png&rating=g&size=120)
Hello!
I'm having a hard time getting certain types of sorting data using DataTables 1.9 because I am new in this community (I live in Brazil).
I am having trouble ordering fields of type number, currency (Brazilian format, example: R $ 95.50) and date (in dd / mm / yyyy).
What intrigues me most is the ordering of numbers! In my case, if the numbers appear in the list 20,2,10,15,3 it shows this:
10
15
2
20
3
How to fix this? And how to implement the other formats?
I'm having a hard time getting certain types of sorting data using DataTables 1.9 because I am new in this community (I live in Brazil).
I am having trouble ordering fields of type number, currency (Brazilian format, example: R $ 95.50) and date (in dd / mm / yyyy).
What intrigues me most is the ordering of numbers! In my case, if the numbers appear in the list 20,2,10,15,3 it shows this:
10
15
2
20
3
How to fix this? And how to implement the other formats?
This discussion has been closed.
Replies
Allan