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.
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
I’ve asked our developer to check that and he told me that the JS playgrounds have some issues with loading latest Numbro but it should work fine in your app when you load it locally. Have you tried that ?