Font Formatter

The Font Formatter allows you to transform and style the values of a datalist column with various formatting options. This enables you to customize the appearance of column values to enhance readability and visual appeal.

Configure font

To add this Formatter, go to the element's properties under Formatter and choose Font in the Formatter field.

When adding Font, you will see the following fields available for configuration:

  • Formatting: Check if appropriate to style the column value.
  • Font Size: Font size in character. For example, 14px.
  • Font Color Code: Font color code in character. For example, #ff0000 or red.

Configure foreign key

When configured, the current column value will act as a foreign key and be used to retrieve a field value from other form data tables.

Fields to Configure:

  • Form: Target form to retrieve the value from.
  • Field ID: Field ID of the select field to retrieve the value.
    For example:
    The current column value holds the category ID.
    There is a separate form called Category that holds all the categories.
    Category form table schema:
    • id
    • name
    • description

By specifying the name here, the category name will be returned.

Created by Julieth Last modified by Aadrian on Dec 13, 2024