DataTables is changing my values (and I believe my data types thus breaking sorting).
My currency/ints on other cols are not sorting properly, but 1 col (ints) is being sorted (even though a very similar col next to it doesn't).
I've tried Advanced initialisation and added data-order="NUMBER HERE" but even then it still isn't sorting correctly.
I've wasted hours and hours looking/trying various solutions so am hoping the great community of stackoverflow can help.
Edit: One very odd thing is I am giving it a (double) 1.89 and it is displaying the value 1.8900000000000001, all other numbers are displayed correcly, just 1.89 which is doing this, in my DB this is stored as double(10,2) - resolved using decimal(8,2)