Number Tablefield

A numeric input column with validation for collecting integer or decimal values like IDs, ports, or quantities within a table row.

Properties

Attribute Comments
basic
name
string / required / unique

Field name
Alfanumeric + underscore + dash

This attribute represents the name of the form field.

type
string / required

Tablefield type

Other attributes might only be available for some tablefield types.

Choices:
  • text
  • textarea
  • number
  • password
  • checkbox
  • datetime
  • enum
label
string

Tablefield label
Free text

A friendly name/label for the tablefield

placeholder
string

In-field help value
Free text

Some form fields allow an in-field hint value.

data
default
many

Default value

The type of the value depends on the field type.
Can be string,boolean, number, array or object. When using an enum field, you can use the following special values :

  • __auto__ : select the first
  • __none__ : select none
  • __all__ : select all (if multiple is true)

datetime
interaction
validation
required
boolean

Required field

Makes the field required.

Default:
false
minValue
number

Field minimum value
Integer

Forces a number-field to not be lower than…

maxValue
number

Field maximum value
Integer

Forces a number-field to not be higher than…

visualization
icon
string

Field icon
Free fontawesome 6 icon

Some tablefields can hold a nice looking icon. The icon name is a free fontawesome 6 icon. You can find more information at www.fontawesome.com

Examples


Copyright © 2023-2026 AnsibleForms. All rights reserved.