Hello,
I've been searching the web for an answer but there simply isn't a solution that works. I have a table with prices in this format: "1.234,56", so the decimals are after the comma and the dot is for separating thousands. This format doesn't work, tablesorter plugin sees it as strings rather than a number whenever there's a different character inside (only numbers, +/- and "." for decimals are allowed).
I've tried a few parsers that were supposed to fix this, tried writing my own but no luck.
Has anyone encountered and solved this before? I'd be very grateful for any response.
Thanks!