Сolumn sorting

Tags: #<Tag:0x00007efc6459a738> #<Tag:0x00007efc6459a4b8>

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/
image

Hi @andrey3746238

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 :slight_smile: