# Using Table view

Table view displays your tasks and projects in a structured grid with columns for deadline, assignee, priority, and more. Use it when you need to review assignments, check deadlines, and triage work at a glance.

### Access and configure Table view

{% hint style="info" %}
**When to use:** You want to set up Table view with the columns and order that fit your workflow.
{% endhint %}

1. Go to **Projects** in the left panel.
2. Click on the arrow button to expand the secondary sidebar.
3. Click the **All Projects & Tasks** on the secondary sidebar .
4. Click the **Table** tab.
5. Click the **+** button in the column header area to add or remove columns.
6. Click and drag column headers to reorder them.
7. Click Filters and then click **Save** and choose whether to update the current view or create a new view.
8. You can save Private or Shared views

{% embed url="<https://app.supademo.com/demo/cmohfv6uv2w0mza2i84vie27u>" %}

**Expected outcome:** Your Table view is now configured with the columns and order you need.

***

**FAQ**

**Can I save more than one Table view configuration?** Yes. You can save as many Personal and Team views as you need. Each saved view preserves its own column setup, filters, and sorting configuration. To switch between them, click the view name at the top of the screen and select the one you want.

**Can I sort by a column in Table view?** Yes. Click a column header to sort by that column. Click it once to sort ascending, and again to sort descending.


---

# 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://www.wonderly.com/help/work-hub/project-reporting-overview/views/using-table-view.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.
