Skip to content

Commit

Permalink
[DOCS-7454] Data Tables widget is available (#1183)
Browse files Browse the repository at this point in the history
* [DOCS-7454] Add small configuration change

* [DOCS-7454] Data Table description

* [DOCS-7454] Added Data Table description

* [DOCS-7454] Removed test change

---------

Co-authored-by: Ariadna Grzona-Smarzyńska <[email protected]>
  • Loading branch information
oliveralfresco2018 and ariadnags authored Nov 9, 2023
1 parent b5942fa commit b2ed777
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion process-automation/latest/admin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ There are three main areas the Admin Application covers:

* A [DevOps section]({% link process-automation/latest/admin/release.md %}) used to deploy projects, and manage and upgrade applications.
* A [Process Admin section]({% link process-automation/latest/admin/monitor.md %}) used to manage process instances, tasks and the audit details of all applications.
* An [Identity section]({% link process-automation/latest/admin/users.md %}) used to manage users and groups and assign their permissions.
* An [Identity section]({% link process-automation/latest/admin/users.md %}) used to manage users and groups and assign their permissions.
20 changes: 20 additions & 0 deletions process-automation/latest/model/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,26 @@ The advanced properties for the Metadata viewer are:
| Display aspect | Select the Aspect you wish to display as an expanded card. |
| Preset | The name or configuration of the the metadata preset. Click the preset button to configure the metadata you would like visible in your GUI, for more on presets see [Application config presets](https://www.alfresco.com/abn/adf/docs/content-services/components/content-metadata-card.component/#application-config-presets){:target="_blank"}. |

### Data Table

The Data Table can be used to display data in a table.

To create a form that contains the Data Table:

1. Create or edit an existing form, for more see [Create a form](#create-a-form).

2. Add the Data Table widget to the form.

The advanced properties for the Data Table are:

| Property | Description |
| -------- | ----------- |
| Rowspan | The number of columns a field spans. |
| Form variable (JSON) | Displays a drop-down list of all available JSON type form variables. These variables can be used by the application to populate the data table. If there are no JSON variables, the list is empty. You can create one, following instructions in [Create a form variable](#create-a-form-variable). |
| Path to array in JSON | Configuration of the path where the fetched data belongs. Each nested object is added using a dot as a separator. |

You can edit the schema definition, using the Edit Schema Definition under the Data Table properties pane. The column schema definition is used to specify how the table is displayed in detail, including the column header (title) or sorting. The schema is edited in the JSON editor.

## Custom form widgets

Form widgets provide the ability to add custom form fields into a form. There are two stages to including a custom form field in a project:
Expand Down

0 comments on commit b2ed777

Please sign in to comment.