Integer
Integer number input box, allowing users to enter corresponding integers according to the scenario.
Description
| Item | Content |
|---|---|
| Category | Data Type |
| Sortable | Yes |
| Filterable | Yes |
| Supported Filter Types | Equal, Not Equal, Empty, Not Empty, Less Than, Greater Than, Less Than or Equal, Greater Than or Equal, Within Range, Not Within Range, In List, Not In List |
Settings
| Setting | Description |
|---|---|
| Allow Empty | Set whether the field is required |
| Placeholder in Form When Empty | Text displayed in the input box when no information is entered in the field |
| Default Value | Set the default value of the field |
| Limit Value Range | After enabling, set the value range of the field. Entering values beyond the range will report an error and cannot be saved |
| Formatting Prefix | Set the prefix of the field |
| Formatting Suffix | Set the suffix of the field |
| Display Method | Set the display style of the integer. Options: Number, Currency, Progress Bar |
Database Storage Format
| Field Type | Description |
|---|---|
| int8 | Signed 8-byte integer |

