NumberCell
The number cell renders numbers and has a specialized editor for inputing numerical values.
displayData
A formated version of the number as a string.
data
The number value of the cell
readonly
Determines if the cell will accept edit events.
fixedDecimals
When provided, fixes the number of decimals used in the overlay editor to the number provided.
allowNegative
When set to false
negative numbers are not allowed to be entered.
thousandsSeparator
Allows overiding or disabling of the thousands separator. False disables, true enables, and a string overrides it.
decimalSeparator
Allows overiding the decimal separator, normally passing either "," or "."
Last updated