Difficulties in ordering data
Difficulties in ordering data
rdorval
Posts: 1Questions: 0Answers: 0
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