text-sizeText Field

A text field is a type of input where only text data can be written.

Single line text

Text
  1. Label Field • The first input field allows you to specify the Label of the column. • Enter a meaningful name, such as “Title” or “Description”, to indicate the purpose of this column. This label will appear as the header for the column in the table view.

  2. Type Field • The second dropdown menu lets you define the Type of data for the column. • Select Text from the list, which is ideal for storing textual information such as names, titles, or any string-based data.

  3. Format Field • The third dropdown menu allows you to specify the Format for the selected data type. • Choose Text in this field to define the input style as a single-line text field. This format is appropriate for short, concise text inputs like titles, keywords, or short descriptions.


Text Area

Text Area
  1. Label Field • The first input field is used to define the Label for the column. • Enter a meaningful name, such as “Title” or “Description”, to indicate the purpose of this column. This label will appear as the header for the column in the table view.

  2. Type Field • The second dropdown menu allows you to choose the Type of data for the column. • Select Text from the list, indicating that the column will store string-based data.

  3. Format Field • The third dropdown menu specifies the Format for the selected text data type. • Choose Text Area here, which configures the field as a multiline text box. This format is ideal for storing longer text inputs, such as detailed descriptions, comments, or notes.

Last updated