Closed chemeng closed 5 years ago
Hey, is there a way to sort currency? For example: values $11.0 and $104.0 get sorted the wrong way since it assumes that everything is a string.
I was able to make it work using slots for formatting and treating everything as floats
Good to hear that you solved the issue..
Cheers, Ruby.
Hey, is there a way to sort currency? For example: values $11.0 and $104.0 get sorted the wrong way since it assumes that everything is a string.