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