# Data Table

To configure the widget, you need to perform the following actions:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXebduGCR8ssmgkJQ-XwJRVMT6UNgt9qCpmb98L7qvBG9wISp8JOjTNir1Py6ciAUvRPecQZT_kEc-IRagOk-sRSklqLMFR_5rMAoN-ZX4cW88jcx4zYmgFCmzQzxEyK-9x9KYpvZg?key=MaiH_i6R9nFJ7ORngAk8_h6R" alt=""><figcaption></figcaption></figure>

The Data Table widget displays data in a table format.

To configure the element, click on the edit icon ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeggsC_XK_BvWTlBO0iUOa4E_H-fABO3rcyJh05klPU7_cU6o0fZfwKzbetSaxr05COQBCEsJ4YqtCzWrOmjzunpLSBBuFWtPQUhoHod2LItaxVN7nMYUpe9KuU11td8dWJfR-Qbw?key=MaiH_i6R9nFJ7ORngAk8_h6R).

A pop-up window "Element Settings" will open:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeeljpjc4wHfawnhr49PvUsRzAiC5BWXheifT-Bbil92vEOZR4Hdg_8LU_T4NqLfRPnrG1rAku8GAJ-BqbVNKUYnvODDs_L8FE28Qv2KPX33ZtrZdhQ1w0UYS6xzdS0ED0DkbIU?key=MaiH_i6R9nFJ7ORngAk8_h6R" alt=""><figcaption></figcaption></figure>

### 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**

<table data-header-hidden><thead><tr><th width="247"></th><th></th></tr></thead><tbody><tr><td><strong>Field Name</strong></td><td><strong>Value</strong></td></tr><tr><td>Visible Name</td><td>Employee List</td></tr><tr><td>Parameter Name in Task</td><td>employee_list</td></tr><tr><td>Class</td><td>employee-data-table</td></tr><tr><td>Hint</td><td>Here you can view and filter information about all employees of the company.</td></tr></tbody></table>

Result:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfhcevKYN4Zsv67Oa5DU20-QxbTomovBlBbnlfwH4Z2Q5w-cv2N5qW9ezGPuJEX-iBPWsMmddTGqxwUgSnW_SRTIknq-USlWvG_vjNEjROmXNWnRj6zgk-juUq1_fjNEAbXyC5IkA?key=MaiH_i6R9nFJ7ORngAk8_h6R" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-orchestrator/rabota-v-sherpa-orchestrator/ekrany/deistviya/dizainer-formy/data-table.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
