> For the complete documentation index, see [llms.txt](https://docs.monolithforensics.com/monolith/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monolithforensics.com/monolith/monolith-features/monolith-ui-features/tables.md).

# Tables

All of the standard tables in Monolith have several features to help users find and export data quickly.

### Features

### Sorting

To sort rows within a Monolith table, click the column header.  Monolith will then sort the data based on that column.

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

### Filtering

Filtering a table is handled by the Monolith Query Filter, which is discussed [here](/monolith/monolith-features/monolith-ui-features/query-filter.md).

### Column Resizing

Table columns can be resized by hovering over the edge of the column that you wish to resize.  Then just click and drag the column to the desired width.

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

### Column Reordering

Columns can be reordered by clicking and dragging the column header to the desired position in the table.

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

### Column Hiding/Showing

Columns can be hidden or shown by using the "Column Selector" which is a button that is typically located in the top right menu of a table.  This button has an icon that looks like 3 vertical columns.

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

### Pagination

Most tables in Monolith are "paginated" which means that only a certain number of records are loaded at one time.  The default is 20, but you can use the page size selector to increase that amount to 100.

<figure><img src="/files/2xdMgLLYOamVroeqJdXW" alt=""><figcaption></figcaption></figure>

The table may also have a Page Selector that allows you to navigate to specific pages within the table data.

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

### Searching

Table data may be searched if there is a search box associated with it.  To search the table data, just enter your search string into the text box and press enter.

### Exporting

Most tables can be exported to a Microsoft Excel document.  to export the table data, use the table export button which is usually located in the top right table menu.

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

The table export is a "What you see is what you get" export, which means that the only columns and rows included in the export are based on the filters and table orientation.

All pages are included with the export.


---

# 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://docs.monolithforensics.com/monolith/monolith-features/monolith-ui-features/tables.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.
