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