Percentage formatting issue

Tags: #<Tag:0x00007f8b1de16c48>

Hi, can someone tell me how to format 1 to 1% and not 100% in handsontable ?

You can use a renderer or numeric formatting

numericFormat: {
          pattern: '0,0.00 %'
   }

its not working, you can it by yourself; if you input 1 then it is taking as 100% instead of 1%.

I am not very good at coding, so if you have any example then please provide.

Thanks

You can try a renderer. Here’s an example https://jsfiddle.net/AMBudnik/p3xu6n7z/