Handsontable not applying formatting from `numericFormat` as per german formatting rules

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

Hey @mobeen

Thank you for sharing the example, I cannot access the code but I think that you’re doing something similar to https://stackblitz.com/edit/handsontable-angular-numbrov2-q7rnrr?file=src/app/app.component.ts

I’ve asked our developer to check it out. This code worked for the older version of the wrapper, but now it doesn’t.

I’ll update you as soon as I get any report on that.

Thanks, Yes, I am trying to do same:

Here is the link, for the fiddle (in case its helpful)

Hey @mobeen

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 ?

I am facing the issue locally. I created stackblitz fiddle later to see if it happens there too.

For reference, I have following versions locally:

"handsontable": "^7.0.3",
"@handsontable/angular": "^5.0.0"

From package.json lock file, I see numbro has 2.1.1 version installed

Could you .zip the project and send it over to me at support@handsontable.com?

Hi, I have just sent it

Thank you. I got the email and send the reply.

We can close this topic.