Pattern "0,0" doesn't work

Tags: #<Tag:0x00007f8b198fa600>

Hi!
I need to show a number without decimal.
https://jsfiddle.net/qs54dn68/3/ - pattern “0,0” doesn’t work

https://jsfiddle.net/mig1098/xsjyxvn1/ - here I use numeral.js, pattern “0,0” work

How do I show a number without a decimal?

Hi @pontiac358

It may sound odd but currently there’s no format to support it. Here’s the same subject on our Github board https://github.com/handsontable/handsontable/issues/5645

However… you can create a custom numeric renderer that uses round method to round the numeric and get rid of the decimal places.