# Work with Table Attributes

The Table Attribute consists of a dynamic number of rows and a fix number of columns.

<figure><img src="/files/5XJw8m8I9Y8ZwZUMnnWL" alt=""><figcaption></figcaption></figure>

You can add new rows at the end of the Table using the **Add** button/link at the lower left of the table.

To further manipulate the rows in a table attribute, click on the **Edit Table** link in the upper right corner to access the table editing tools. &#x20;

<figure><img src="/files/A4Pk0EJQOALx7PXlWLAS" alt=""><figcaption></figcaption></figure>

### Reorder Tables Rows

Select table rows by ticking the checkboxes in the right most column and then use **the arrow buttons** to move the table rows up and down.

### Removing Table Rows

Select table rows by ticking the checkboxes in the right most column and then click **the Remove Rows button** (the red cross) to remove the selected table rows.

### Insert a Table Row above another Table Row

Select a table row by ticking a checkbox in the right most column and then click the **Add Row button** (the green plus) to add a new row above the selected row.

### Copy and paste Table Rows

Copy table rows by ticking the checkboxes in the right most column and click on the **Copy Rows button**. This will make the Paste button appear.

To paste the copied rows, tick the checkbox in the right most column of which you want to paste the rows above. The click the Paste Rows button. The copied rows will now be inserted in new rows above the row selected when the paste action was performed.

{% hint style="info" %}
Note that pasted rows are always inserted above the row selected when performing the paste action. To paste rows at the bottom of the table, add an extra empty step at the bottom and then paste the rows above the empty step. Then remove the empty step.
{% endhint %}

### Editing Rich Text in Table Attributes

The rich text editing capabilities in the Table Attributes are [equivalent to the Rich Text attribute](/aligned-elements-web-client-user-manual/get-started/enter-design-control-items/work-with-the-rich-text-attribute.md).

Note! When scrolling the Table Attribute, the Rich Text toolbar will remain at the top of the visible part of the table attribute.


---

# 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.aligned.ch/aligned-elements-web-client-user-manual/get-started/enter-design-control-items/work-with-table-attributes.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.
