Hi,
I’m trying to sort a decimal column by the number.
What I’m getting is an alphabetic order.
Could you please tell me what should I change to sort it the right way?
Thanks.
“int” sorting is designed for JS recognizable format.
If you need to use your custom number format you should use setNumberFormat()* method
docs.dhtmlx.com/doku.php?id=dhtm … mberformat
*works for “edn”, “ron” excell only