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.