numericFormat and renderer something wrong

Tags: #<Tag:0x00007efc65556578>

when i use
cells=function (row, col) {
var cellProperties={};
if(row==14&&col==12)
{
cellProperties=
{type: ‘numeric’,
numericFormat: {
pattern: ‘0,0.00’,
culture: ‘zh-CN’ // this is the default culture, set up for USD
}
}
cellProperties.renderer = _self.negativeValueRenderer;
console.log(times);
}
return cellProperties;

the numericFormat not done.why?
and console.log run many times.

Hey @275704806

do you load the language file https://handsontable.com/docs/7.2.2/components/numbro/dist/languages.min.js ?

If you use anything more than the vanilla version you may need some extra settings. Can you tell me what do you use: vanilla, React, Vue, Angular?