> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/generate-reports/custom-reports/add-a-custom-table-widget.md).

# Add a Custom Table Widget

Use a custom table when you need row-level details, for example, one row per issue.

* The preview shows example data and the total number of items in the selected data source.
* Use a custom table for granular data. For grouped counts, use a custom visualization instead.

<figure><img src="/files/02gnz2rujaxsr671KH0B" alt="" width="563"><figcaption></figcaption></figure>

### Screen areas

| Area        | Description                                                                                  |
| ----------- | -------------------------------------------------------------------------------------------- |
| Widget name | Title that appears on the report tile. Edit before adding.                                   |
| Data source | The dataset for the table, for example **Issues**.                                           |
| Columns     | Choose which fields appear as columns. Select, clear, and reorder.                           |
| Preview     | Live preview of the table with the selected columns. Shows sample rows and total item count. |
| Add widget  | Adds the configured table to the report.                                                     |

**To create a custom table widget:**

1. In **Custom Reports**, select **ADD WIDGET > Custom Table**.
2. In **Widget name**, enter a clear title, for example, Critical issues table.
3. In the **Data source**, select the dataset.
4. In **Columns**, select the fields to display and drag to set the order.
5. Review the **Preview** to confirm the layout.
6. Select **ADD WIDGET**.


---

# 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.ox.security/generate-reports/custom-reports/add-a-custom-table-widget.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.
