this should be an easy one, but im stuck with the code i currently have!
render: (value) => {
return <span><b>{value}</b>%</span>;
},
im trying to render the value, bold with the percentage sign as a suffix while rounding it down to only two digits after the decimal point :/