VitalGrid
GuidesFields

Number Field

Configuration and usage of the built-in number field.

When to use

Use the number field for numeric values that may need min/max, precision, and step configuration.

Basic usage

const columns = [
  { id: 'amount', header: 'Amount', type: 'number' },
];

Props / Types

Prop

Type