Skip to main content
Version: 57.2.0

Table number

Use this component to display a number on the table that’s NOT a date or a currency.

Package: @terreno/ui
Categories: Component
Props interface: TableNumberProps
Story source: demo/stories/Tablenumber.stories.tsx

Live demo

Props

PropTypeRequiredDescription
valuestringYesThe number to display in the text field.
alignunionNumbers generally should be right aligned for ease of scanability.
isEditingbooleanWhether the text field is in editing mode.
onSavereflectionCallback to save the text field value.