I am trying to add german de-DE
numeric formatting applied on handsontable cells. (comma instead of decimals and vice versa)
As per the documentation adding: numericFormat
object in cell should do it. But currently, adding this object, doesnt considers the pattern provided and always renders with default $1,000.00
format.
Here is the fiddle for it:
https://angular-yudfxt.stackblitz.io/
To add: I have tried importing and registering numbro languages but that doesnt helps, However, applying the same format in numbro( directly in components), converts it into required format