How to add numericFormat with thousands separator in CustomRendere

columns:[
{
data: ‘penalty_due’,
type: ‘numeric’,
width: 110,
renderer: function(hotInstance, td, row, col, prop, value, cellProperties) {
if(cellProperties.isSubtotal){
td.style.background = ‘#f0f0f0’;
td.style.fontWeight=“bold”;
td.style.color=“black”;
}
td.innerHTML = value;
Handsontable.renderers.NumericRenderer.apply(this, arguments);
return td;
}
]
Here we are trying to implement thousands separator for numericFormat when using custom renderer. Please let me know if need more info.

Appreciate your help!!

Hi Aleksandra, I know that you already replied to Rohit. My Name is ashmi. I am a developer from his team. Can you please email me the solution as well. My email id is - [deleted]

thanks

Yes, I’ll send you the same message Ashmi.

ps. I’m editing your message (deleting the email address) for safety reasons.