# Table

An table element  is a structured way to organize and display data in rows and columns, making it easier to read and understand. Each row typically represents a unique item, entity, or data point, while each column represents a specific aspect or attribute of that item. Tables are commonly used to display numerical data, lists, comparisons, and various types of information in a compact and logical format.&#x20;

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

{% hint style="info" %}
To access table settings, simply click on the cell or table and the options will appear.
{% endhint %}

### 1. Move column

To move a column, drag and drop it to the new place you want it to be.

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

### 2. Move row

To move a row, drag and drop it to the new place you want it to be.

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

### 3. Add column/row

To add a column or row, click on add a **column**/**row** button placed at top right corner.

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

### 4. Delete column/row

To remove a column or row, first choose the column or row you want to delete, then click the button for that column or row and select the **"delete"** option.

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

### 5. Resize column

To change the width of a column, simply drag the column to your preferred width.

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

### 6. Duplicate column/row

To duplicate a column or row, first select the column or row you want to duplicate, then click the button for that column or row and select the **"duplicate"** option.

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

### 7. Clear column/row

To clear content in a column or row, first select the column or row you want to duplicate, then click the button for that column or row and select the **"clear contents"** option.

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

### 8. Add column/row

To add a column or row, first choose the column or row you want to duplicate, then click the button for that column or row and select the **"insert left/right or insert above/below"** option.

<figure><img src="/files/agS2Tg3bAI0LvvuCYg95" 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://help.parta.io/editor/edit-elements/set-media-and-content-elements/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.
