I've seen some similar questions, but no correct answer in my case.
I use the DataTables plugin to sort some tables.
But we can't sort datas like numerics while they are not (nut ;-p). For example, we can't sort formatted prices like those :
- 2 150 000 €
- 4 500 000 €
- 225 000 €
So I tried to include a DataTables plugin called "Natural sort". But it doesn't seems to work, I may do some mistakes, but I can't find them.
Any help will be appreciated.
All you need to see/test it : JSfiddle (try to sort the columns...)