# Manage Columns

We provide a dedicated menu to manage all column properties, such as column width, visibility, column input type configurations, and access control.

To change any of the column attributes listed above, click on **Manage Columns**.

![](/files/e39e61206356809ee2a2d82e5fdfb926296b3542)

{% stepper %}
{% step %}

### Adjust Column Width

You can specify the width of each column in pixels.

Enter the column width in pixels for the columns that you want to adjust.

![](/files/9fe2a639d9882285c78df9c2a84eb2ce981bc93a)

Adjust column width

You can use the **Reset** option to restore the column widths to their original values before any changes were made.

![](/files/0fd7badb4b1b63178fb99e0a66b181ea8a05b826)

Reset to initial values
{% endstep %}

{% step %}

### Display/Hide Columns

To display or hide specific columns, check or uncheck the checkbox beside them. In the example below, we have hidden the 'Product Description' column.

![](/files/8391c8072855370b4dd2971e5ef5e5fb3883ae49)

Show or hide columns

Enable the checkbox in the header to display all columns in the table.

![](/files/9e212f4f657b11832832af7b83d02bf0b7e0e337)

Display all columns
{% endstep %}

{% step %}

### Column Configuration

Click on **Edit Config** to open the column configuration window where you can configure all of the column properties.

![](/files/9304a00f2ad97f19b9621175d90a070ba9e01075)

Edit column configuration

This opens the window as shown below. Refer to [this section](/powertable-sheets/how-tos/configure-column-properties.md) to know more.

![](/files/f7aebf0de325ee67fbfff01bef8af6f771afc537)

Column Configuration window
{% endstep %}

{% step %}

### Column Access Control

Clicking on the **Column Access** option allows you to specify who can access which columns.

![](/files/b89205221bdecab51a7023b7ab75432740b8d217)

Click on 'Column Access'

The following window opens where you can configure the column access control. To know more, refer to [this section](https://docs.powertable.com/explore-powertable/access-control/column-permissions).

![](/files/af74fe4701e157d78ac16f00948fcbdd961f33c2)

Column Access Control
{% endstep %}

{% step %}

### Re-order Columns

To rearrange columns, simply drag and drop the desired columns onto the table, or you can arrange the column headers here, as shown below.

![](/files/375210f9bdea882ba82e3e159960652b79aad368)

Re-arrange columns

**Search and Filter**

You can use the search bar to find and customize specific columns here, especially if there are many columns in the table. You can also filter specific columns by data type or column type.

![](/files/f57d41db8ad70f94fd6358a27878a0bc3379ed0f)

Search for columns

![](/files/aaea66eea348bb450b6a5ed81673471285e59726)

Filter columns by data and column type
{% endstep %}
{% endstepper %}


---

# 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.fabricplan.com/powertable-sheets/how-tos/manage-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.
