Is is possible to format numeric values to show zero as blank and only show the decimal part if there is one:
0.0 -> ‘’
1.0 -> ‘1’
1.1 -> ‘1.1’
Is is possible to format numeric values to show zero as blank and only show the decimal part if there is one:
0.0 -> ‘’
1.0 -> ‘1’
1.1 -> ‘1.1’
Unfortunately dhtmlxGrid doesn’t have such numeric format
Changed the columns to text and did my own formatting. Works fine.