Is the sorting-option for comma and decimal in 1.9.x also possible
Is the sorting-option for comma and decimal in 1.9.x also possible
hasenumberone
Posts: 14Questions: 1Answers: 0
I've got a system running for years now with 1.9.4
Now i want to sort columns with i.e. 12,40 correctly like this:
https://datatables.net/examples/basic_init/comma-decimal
Is this possible in 1.9.x?
Answers
No,
language.decimal
looks like it was introduced in 1.10, so I don't believe it will be there. That said, it seems like it might be doing the business here - maybe give it a try and see how it goesColin
Thank you. I'm now wondering how to update this really old system.