Hello, how to implement fixed decimal values using this library? <td>{parseFloat(this.state.charges).toFixed(2)}</td> Still, decimal points are not showing how to solve this
Hello, how to implement fixed decimal values using this library?
{parseFloat(this.state.charges).toFixed(2)}Still, decimal points are not showing how to solve this