Is there any option to choose custom thousands separator like the Indian lakhs/crorers (e.g. 99,99,999,99,99,999 in the 2-2-3 recurring format)?
Or can we pass in our own custom function to format the string?
@aks1994 Implemented in v4. You can pass thousandsGroupStyle = "lakh" for Indian format.
Most helpful comment
@aks1994 Implemented in v4. You can pass thousandsGroupStyle = "lakh" for Indian format.