Closed james-mckinnon closed 10 years ago
Hi @james-mckinnon!
It seems to be working fine for me (demo)
Try setting the debug
option to true
and see if that column is set to use the currency parser.
Thanks for the fast response.
I completely forgot about the debug option, turns out I was passing in variables wrong elsewhere and that was breaking it.
Sorry about that.
No worries! I'm glad it's working for you now :)
Hi there,
I'm currently using tablesorter for a project I'm working and the project manager wants the revenue column to be sorted descending by default. I believe I have followed the examples and documentation correctly but for some reason it isn't working properly.
HTML (Using Laravel Framework):
However, when I view the table it is saying the column is being sorted descending but it is ranking £39503.02 above £55039.86.
EDIT:
Just tried it after taking the '£' symbol out and the problem is still there.