Resolved! Display float type with two digits after decimal in list view
Question as above. I am trying to display a float type number on a list view with two digits after the decimal, as in the JavaScript toFixed(2). Is there any way this can be done without changing the type of variable on the table?Thanks in advance!
