# Show/Hide columns

EDITable gives you the option to hide one or more columns from the table.

1. Hover over the column you want to hide, click on the three-dot menu and then select **Hide Column** to hide the column.

<figure><img src="/files/XmXrCHGqX5N2wHbOhZpI" alt=""><figcaption><p>Hide Column</p></figcaption></figure>

The 'Incentive' column is hidden as shown:

<figure><img src="/files/0P8P8n3VQLVotncobtOb" alt=""><figcaption><p>Column hidden </p></figcaption></figure>

2. To display the hidden column(s), click **Show All Columns** in the same menu from any header.

<figure><img src="/files/a1E1l1z6aoRsV4iV92Wd" alt=""><figcaption><p>Show all columns</p></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.inforiver.com/editable/working-with-editable/explore-data/show-hide-columns.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.
