Versions Compared

Key

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

Table of Contents

Introduction

English
The Grid enables one to capture structured and related data.

Get Started

The easiest way to see how the Grid works are to use the existing built-in App Expenses Claims. Here are the steps:

  1. Start the Joget Server and open the App Center.

  2. Log in as admin and click on the pencil icon on the Expenses Claim to open the Design App Composer. (see Figure 1)
    Image Removed
    Image Added
    Figure 1

  3. Under FORMS Form Builder column, click on Expense Claim Resubmit (see Figure 2)


    Figure 2

  4. Click anywhere on the Grid element on the canvas under Approval Comment(s) section to access the Property Editor.

  5. Click on UI & Validation, uncheck the Readonly checkbox and click Apply Changes . (see Figure 3).


    Figure 3

  6. Click on Preview to open up the Preview tab, click on Click to edit to enter values and click on Add Row link to add more rows.

Grid Properties

...

Configure Grid

Image Modified

Figure 4: Configure Grid Properties

NameDescription
Options

Column definition and column label.

The column name is defined in the Field ID column whereas the corresponding label is defined in the label column.

Field ID

Element ID (By declaring as "approval_comments", a corresponding database table column "c_approval_comments" will be created)

Please see Form Element for more information about defining the ID and list of reserved IDs.

LabelElement Label to be displayed to the end-user.
Options

Column definition and column label.

The column name is defined in the value column whereas the corresponding label is defined in the label column.

UI & Validation

UI & Validation

Image Added

Figure 5 : Configure Grid - UI & ValidationImage Removed

NameDescription
Readonly

Determines if the element is editable.

Validator

Attach a Validator plugin to validate the input value. Please see Form Validator.

Info
titleWhen will validation takes place?

Validation will take place whenever a form is submitted except when it is submitted as "Save as Draft".

Min Number of Row Validation (Integer)Min Number of Row Validation (Integer)
Max Number of Row Validation (Integer)Max Number of Row Validation (Integer)
Error MessageError message to be shown when row requirements set above is not met.

Data

...

NameDescription
 Load BinderData From

Option by default. Grid data will be saved/loaded in JSON format in its defined database cell.

In this example, Multirow Form Binder is used to load data from another form.

 Store Binder
 Save Data toOption by default. Grid data will be saved/loaded in JSON format in its defined database cell.

Data

...

Store -

...

Multiple Form

...

Row

NameDescription
FormForm to store to or load from
Foreign KeyForeign Key for records lookup.