> For the complete documentation index, see [llms.txt](https://endash-guidance-docs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://endash-guidance-docs.gitbook.io/docs/dashboard/widget-types/table.md).

# Table

## Overview

The Table chart is a visual representation of data organized in rows and columns. It is a structured way to present information effectively.

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

* First, click on any "+ Add widget" button to add a widget.

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

* The Table chart is the default option.
* Click on the Add widget button to proceed.

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

* Choose the available Collection or Connection of the data model that has been added.

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

* Scroll up and down, left and right to view your rows and columns of the data model.

## Set up your Table

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

* Click on the Properties option in the Settings sidebar.

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

* The Properties slider contains many options for further configuring your Table.

***

<table data-view="cards"><thead><tr><th align="center"></th></tr></thead><tbody><tr><td align="center"><a href="/pages/6g91uc2BDUe7W4D8NqHO">Table chart - Drag and Resize columns</a></td></tr><tr><td align="center"><a href="/pages/op7GH6QDhoDISQRWBLEh">Table chart - Hide / Show column</a></td></tr><tr><td align="center"><a href="/pages/awGyuOqmiEfsBBVtBNsk">Table chart - Pin column</a></td></tr><tr><td align="center"><a href="/pages/JdLxvc2nNMR24xZ7mgRK">Table chart - Search</a></td></tr><tr><td align="center"><a href="/pages/Z3MfpjLKuwOOgPFuOQTx">Table chart - Footer Formula</a></td></tr><tr><td align="center"><a href="/pages/vIEhobpzLAIPCeF3bo0O">Table chart - Filter</a></td></tr><tr><td align="center"><a href="/pages/XbnIMHbWHioTEupRT8dA">Table chart - Sort</a></td></tr><tr><td align="center"><a href="/pages/6Gy45IdphKDHoJReN1qe">Table chart - Group by</a></td></tr><tr><td align="center"><a href="/pages/IJHFjHK1cfW6qX6oZ9kr">Table chart - Time series</a></td></tr></tbody></table>


---

# 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://endash-guidance-docs.gitbook.io/docs/dashboard/widget-types/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.
