> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dune.com/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/6vWXO_JiAjw4C8nz/web-app/images/other-visualizations/query-results-table-example.png?fit=max&auto=format&n=6vWXO_JiAjw4C8nz&q=85&s=98a92493534e5ba0808b38538c9fa8e7" 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/6vWXO_JiAjw4C8nz/web-app/images/other-visualizations/new-table-visualization.png?fit=max&auto=format&n=6vWXO_JiAjw4C8nz&q=85&s=a62501d52ddf7eeb0a33c2e3d0cdd530" 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/6vWXO_JiAjw4C8nz/web-app/images/other-visualizations/table-configuration-options.png?fit=max&auto=format&n=6vWXO_JiAjw4C8nz&q=85&s=9b075c721506b7d0ec5d6932c38802ff" 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/6vWXO_JiAjw4C8nz/web-app/images/other-visualizations/table-title-example.png?fit=max&auto=format&n=6vWXO_JiAjw4C8nz&q=85&s=8e2cfc73021bdfa9224d4e803e4a2f1c" 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/6vWXO_JiAjw4C8nz/web-app/images/other-visualizations/progress-bar-example.gif?s=481294c5eba06cb956adfd072b1c26fe" 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/6vWXO_JiAjw4C8nz/web-app/images/other-visualizations/colored-values-example.jpeg?fit=max&auto=format&n=6vWXO_JiAjw4C8nz&q=85&s=c6358d0045c27fd18d0d8875d42a7c17" alt="colored values example" width="378" height="249" data-path="web-app/images/other-visualizations/colored-values-example.jpeg" />
  </Tab>
</Tabs>
