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.