NumberColumn

Displays the cell value as a formatted number. This uses the browsers current locale to format the number with thousands and decimal separators.

Example

<NumberColumn name="quantity"
              title="Quantity"
              field="quantity" />

Properties

This column provides default values for the following standard properties:

  • formatComponent
  • skeletonComponent
  • exportValue

This column does not define any additional properties.