How do I set the number format in the tree grid, I am using suite 6.x.
I have tried
treegrid.setNumberFormat(“0,000.00”, 2, “.”, “,”);
but I get this error.
Uncaught TypeError: treegrid.setNumberFormat is not a function in the console.
How do I set the number format in the tree grid, I am using suite 6.x.
I have tried
treegrid.setNumberFormat(“0,000.00”, 2, “.”, “,”);
but I get this error.
Uncaught TypeError: treegrid.setNumberFormat is not a function in the console.
You may try to format your values using the cell templates:
https://docs.dhtmlx.com/suite/grid__customization.html#addingtemplatetocells