Negative Number Formatting

Tags: #<Tag:0x00007f8b3bda37e8>

How can i give the number format for negative number?

Ex:
my number is -44564

i want to display this number in handsontable like (44,564)

if i harcode and pass number with breakers then HOT not consider it as number it consider it as string, that’s why my addition and subtraction operation on that column get fails.

hope you got my point. waiting for your response.

Hey @vishal.joshi

you can use a custom renderer. Here’s an example https://jsfiddle.net/tza6g02m/
When you edit the cell you won’t see the brackets.