Data Table#
To configure the widget, you need to perform the following actions:
The Data Table widget displays data in a table format.
To configure the element, click on the edit icon .
A pop-up window "Element Settings" will open:
Fields for Widget Configuration#
Fill in the necessary fields to configure the widget.
“Visible Name” – a text field, filled in manually from the keyboard. Allows you to specify a name for the widget.
“Parameter Name in Task” – a text field, filled in manually from the keyboard. Allows you to specify the Parameter name that will be sent to the Task when the form is submitted. If the specified Parameter of the selected Task contains a data table, then this table will be displayed in the form. The user will be able to view and edit the data in the table. All changes made by the User in the text field or in the data table will be saved in the specified Parameter when the form is saved.
“Class” – a text field, filled in manually from the keyboard. Allows you to specify a CSS class that will be applied to the element. This allows you to change the style of the widget, such as color, size, or font.
“Hint” – a text field, filled in manually from the keyboard. Allows you to specify an additional hint that will help the user understand what exactly needs to be entered.
Example of Filling
| Field Name | Value |
| Visible Name | Employee List |
| Parameter Name in Task | employee_list |
| Class | employee-data-table |
| Hint | Here you can view and filter information about all employees of the company. |
Result: