Good afternoon, can you please advise why sorting may not work correctly? Namely column D, for some reason the value 1,081 is between two 1’s.
Example:
https://jsfiddle.net/Ltscd1ho/12/
Сolumn sorting
You’ve had a comma in the value ‘1081’ in the dataset, and you also set a numeric cell type format to ‘0,0’ which will automatically do it for you. If you remove the comma it will be sorted correctly: https://jsfiddle.net/handsoncode/z6m4etg7/
Thank you so much for the reply, that helped, have a great day!
This a great news! Thank you