> ## Documentation Index
> Fetch the complete documentation index at: https://dune-automated-update-duneapi-openapi-files.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Tables

> Format and customize table visualizations including column alignment, number formatting, and progress bars.

**Tables are the default Visualization whenever you create and run a Query.**

<img src="https://mintcdn.com/dune-automated-update-duneapi-openapi-files/Ozm4ZqqxA0cGi3Vg/web-app/images/other-visualizations/query-results-table-example.png?fit=max&auto=format&n=Ozm4ZqqxA0cGi3Vg&q=85&s=294aaa0844166220e69531b5ddaf796d" alt="query results table example" width="1350" height="450" data-path="web-app/images/other-visualizations/query-results-table-example.png" />

You can also make more Tables to display your data differently using the <span class="fk-btn-2">New visualization</span> button and drop down menu:

<img src="https://mintcdn.com/dune-automated-update-duneapi-openapi-files/Ozm4ZqqxA0cGi3Vg/web-app/images/other-visualizations/new-table-visualization.png?fit=max&auto=format&n=Ozm4ZqqxA0cGi3Vg&q=85&s=aa863066b0d7f317b948bef042a16af0" alt="new table visualization" width="1345" height="308" data-path="web-app/images/other-visualizations/new-table-visualization.png" />

### Configuring your Table

<img src="https://mintcdn.com/dune-automated-update-duneapi-openapi-files/Ozm4ZqqxA0cGi3Vg/web-app/images/other-visualizations/table-configuration-options.png?fit=max&auto=format&n=Ozm4ZqqxA0cGi3Vg&q=85&s=d6b4653598827544eeecec67b5ec62aa" alt="table configuration options" width="1357" height="877" data-path="web-app/images/other-visualizations/table-configuration-options.png" />

#### Table options

**Title**

The Title appears at the top of your Table.

Leaving default value (`Table`) or making this blank makes your Table title the same as your Query's title/name.

Adding any other value to this field will add that value first, followed by your Query Name:

<img src="https://mintcdn.com/dune-automated-update-duneapi-openapi-files/Ozm4ZqqxA0cGi3Vg/web-app/images/other-visualizations/table-title-example.png?fit=max&auto=format&n=Ozm4ZqqxA0cGi3Vg&q=85&s=236cbebe1bb339bcf31b9e83533bb592" alt="table title example" width="493" height="560" data-path="web-app/images/other-visualizations/table-title-example.png" />

Note: the default value for "Query Results" is treated like an added value.

#### "Column `[x]`:" options

You can configure the following options for each column in your Table

<Tabs>
  <Tab title="Title">
    The Title appears at the top of your Table.

    Leaving this blank makes your column title the same as its Dune database name.
  </Tab>

  <Tab title="Align">
    This changes the text alignment for the column data and title.
  </Tab>

  <Tab title="Format">
    Allows you to adjust the numerical format of your data following the [X/Y-axis Tick and Label formats here](/web-app/visualizations/charts-graphs).
  </Tab>

  <Tab title="Hide Column">
    Hides this column from your table.
  </Tab>
</Tabs>

#### Numerical Column options

Columns that return numerical data have these additional options:

<Tabs>
  <Tab title="Type">
    * `Normal` simply displays the column's numerical data.
    * `Progress bar` shows the column's numerical data with a progress bar visual that is "full" for the column's highest value and "nearly empty" for the column's lowest value, with the rest of the data ranging in between:

          <img src="https://mintcdn.com/dune-automated-update-duneapi-openapi-files/Ozm4ZqqxA0cGi3Vg/web-app/images/other-visualizations/progress-bar-example.gif?s=859d5d04ce8b2aa36d13f09245eed933" alt="progress bar example" width="283" height="235" data-path="web-app/images/other-visualizations/progress-bar-example.gif" />
  </Tab>

  <Tab title="Colored Values">
    <img src="https://mintcdn.com/dune-automated-update-duneapi-openapi-files/Ozm4ZqqxA0cGi3Vg/web-app/images/other-visualizations/colored-values-example.jpeg?fit=max&auto=format&n=Ozm4ZqqxA0cGi3Vg&q=85&s=0179a0b50ceecf24ae3377b6faad24b1" alt="colored values example" width="378" height="249" data-path="web-app/images/other-visualizations/colored-values-example.jpeg" />
  </Tab>
</Tabs>
