Versions Compared

Key

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

...

NameDescription
Enable Sorting Feature

Determines if the ordering of rows is to be enforced.

The property fields "Enable Sorting Feature" and "Field ID for Sorting" stores the form grid record row sequence, meaning it records which ID sits in row 1, row 2, and so on and rearranges it back in this same ascending sequence on load Data Store.

If you are using this property, key in a unique field ID in the "Field ID for Sorting" property. This field ID must *not* be an existing field in your form that you use for your form data. Typically we use the field ID "sort" and Joget will automatically create this column in your database table (Do not use the field ID "sort" anywhere else in your form).

If you need automatic sorting on another column value when loading the form grid/spreadsheet, use Load Grid Data with Custom Sorting and Filtering or Database SQL Query with the "ORDER BY ASC" SQL statement.

Field ID for Sorting

Field to keep the ordering sequence; must correspond with a field id (i.e. hidden field) to keep the sequence number (i.e. 0,1,2,3,4) in the target form.

Warning

This field ID must *not* be an existing field in your form that you use for your form data. Potential result in data loss if you use the existing column.


Form

NameDescription
Form Submit Button Label (Normal Mode)The label of the Submit button is in normal mode.
Form Submit Button Label (Readonly Mode)

The label of the Submit button is in read-only mode.

Display field as Label When Readonly?Displays the value of the element as plain text when an element is set to "Readonly".
Popup Dialog Height

Specifies the height, in characters.

Code Block
titleSample
200px
Popup Dialog Width

Specifies the width, in characters.

Code Block
titleSample
200px

...

Panel
borderColorpurple
bgColorwhite
titleColorblack
borderWidth1
titleBGColor#ddccff
borderStylesolid
titleNew feature

New feature in Joget DX 8 version 8.1 onwards

Bulk Deletion
  • Form Grid now accepts the action to bulk delete rows of data (temporary deletion). Denoted by a simple check box, users can select the records they want, or select the check box on the header to select al all the rows.
  • Select/Deselect row(s) using the checkbox, and click on the trash icon above the table to delete row(s) of table.


...

Related Tutorials


Info
titleLearning More

Download a tutorial app on Grids from Joget Marketplace to learn more.