numericFormat not working

Tags: #<Tag:0x00007f8b3bccdb98>

Hey,
i’ve created in angularjs a new table in version 7.0.3 with npm but the numeric format doesn’t work.
I’ve checked your documentation and my field is like this, { field: ‘test’, type: ‘numeric’, numericFormat: { pattern: ‘0,0.00 $’, culture: ‘it-IT’ } }.

Thanks.

Hey @ap2412

here’s an example for setting up an Italian culture for the cells https://stackblitz.com/edit/handsontable-angular-numbrov2-v8zjre?file=src/app/app.component.ts