> For the complete documentation index, see [llms.txt](https://www.center.daxium-air.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.center.daxium-air.com/user-documentation/use/views/table.md).

# Table

The table view displays your submissions in a spreadsheet layout. You can sort, filter, reorder and pin columns to tailor the view to your needs.

<figure><img src="/files/9B12HZo3QL0ZU54xX1OZ" alt=""><figcaption></figcaption></figure>

## Accessing the table view

![](/files/WoB7l6cbQz5TtBhEEq0i)

To access the table view, open the **side menu** — the same menu used to switch to the mixed, mosaic, or map view. The table view displays the **first 50 rows**; scroll to the bottom and click **Show more** to load additional rows.

## Select, order, and pin columns

![](/files/xvpb03Ul425gYGa5iNpm)

You can **select**, **order**, and **pin** columns as needed. Changes are saved automatically.

The **Columns** panel on the right lets you choose which columns to display using checkboxes. All form fields are listed — check the ones you want.

To change the column **order**, drag the handle to the right of each checkbox. You can also reorder columns **directly in the table** by dragging and dropping the column headers.

![](/files/EwFdAPSWj2jlNEOYZPee)

To **pin** a column, use the menu in the column **header**.

![](/files/mCpx9LNp06S5DglYxQXh)

## Add a filter

The **Filters** panel on the right lets you apply one or more filters to your data. Select a field, configure the filter condition, then click **Apply**.

<figure><img src="/files/TzKxE8yplnH96EY4buRF" alt="" width="397"><figcaption></figcaption></figure>

An **icon** appears next to the field name to indicate an active filter on that column. The **total number** of active filters is shown in parentheses on the side menu.

You can also add a filter **directly from a column header** using the menu available there.

Admins can control which fields appear in the filter pane. See [Managing available filters](/user-documentation/use/views/filtering-system.md#managing-available-filters).

## Mass actions

To perform [**mass actions**](/user-documentation/use/views/actions-from-views.md) (create a report, change the submission owner, export, duplicate, modify, delete), select one or more rows from the table.

A **checkbox column** is pinned to the left of the table. To select all rows, click the **checkbox in the table header**, then confirm using the banner that appears ("Select X items").

![](/files/cVN0dq41caCUkOcWMWEJ)

## Reset filters and column configuration

To reset your filters and column layout, click the **Reset** menu and choose either **Reset all filters** or **Reset my custom view**.

![](/files/za0HBpcBUkqMa3umyufj)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://www.center.daxium-air.com/user-documentation/use/views/table.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
