Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

...

borderColorgreen
borderWidth1
titleBGColor#ddffcc
borderStylesolid
titleDefinition

The Default Formatter allows you to transform and style the column row value with various options available.Image RemovedFigure 1:

Default Formatter Properties

Configure Default Formatter

...

NameDescriptionScreen (Click to view)
FormattingCheck if appropriate to style the column value.

Image Added

Font Size

Font size in character.

Code Block
titleExample
14px
Font Color Code

Font color code in character.

Code Block
titleExample
#ff0000
Code Block
titleExample
red

...

...

Configure Foreign Key

In this tab, when configured, the current column value will act as a foreign key value and will be used to retrieve a field value from other form data table.

NameDescriptionScreen (Click to view)
FormTarget form to retrieve the value from.

Image Added

Field

Field ID of the select field to retrieve the value from.

Info
titleExample

The current column value holds the category ID.

There is a separate form called "Category" that holds all the categories.

Category form table scheme:

Name
id
name
description

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