It's possible ocuppy NumericFormat with angularJS

I tried to ocuppy the atributte numericFormat and dateFormat in Hansontable pro with AngularJS, but doesn’t works. Only display the currency symbol, but not formatting the numbers.

columns : [ {
data:‘vencimiento’,
type:‘date’,
dateFormat:‘DD-MM-YYYY’,
readOnly:true
},
{
data:‘amortizacion’,
type:‘numeric’,
numericFormat:
{
pattern: ‘$0,0.’,
culture: ‘es-CL’
},
readOnly:true
},
{
data:‘cuota’,
type:‘numeric’,
numericFormat:
{
pattern: ‘#0,0’,
culture: ‘es-CL’
},
readOnly:true
},
]

The numbers should be look like this: 120.000.000

Hi @renzo.baeza.f

Have you used the languages file? If so, please create a demo with which I’ll be able to replicate the issue.