> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tables

> Instructions on how to create and use the Table Widget

## Adding the Table Widget

1. In the *Edit Mode* tab of the Dashboards Building Interface, click the "add a widget" button.

<Frame>
  <img src="https://mintcdn.com/blinkops-2/yJ58SW0nEEHwB-YX/img/Dashboards/AddWidgetButton.gif?s=f75948da4ae03a6f518ef0a6b4e43286" width="1952" height="1080" data-path="img/Dashboards/AddWidgetButton.gif" />
</Frame>

2. Choose the **Table** option from the widget list.

<Frame>
  <img src="https://mintcdn.com/blinkops-2/SbkcEaz7WANh9_cC/img/Dashboards/TableWidget.gif?s=5397c003d17716594775f9b61409e4b9" width="1952" height="1080" data-path="img/Dashboards/TableWidget.gif" />
</Frame>

3. Choose a data source:[Tables](/docs/blink-platform/tables/tables) or [Case Management Tables](/docs/case-management/manage-tables) and proceed by selecting the specific table from the data source you would like to use.

<Frame>
  <img src="https://mintcdn.com/blinkops-2/yJ58SW0nEEHwB-YX/img/Dashboards/DataSourceTables.png?fit=max&auto=format&n=yJ58SW0nEEHwB-YX&q=85&s=35ffd390ba9ceeaa9d8616571b09fe7e" width="3584" height="1992" data-path="img/Dashboards/DataSourceTables.png" />
</Frame>

4. Your selected table will then be reflected as a widget on the Dashboard Building Interface.

<Frame>
  <img src="https://mintcdn.com/blinkops-2/SbkcEaz7WANh9_cC/img/Dashboards/SelectedTable.png?fit=max&auto=format&n=SbkcEaz7WANh9_cC&q=85&s=cc40af8b7cbcae4b4829901e15eb0c49" width="3584" height="1998" data-path="img/Dashboards/SelectedTable.png" />
</Frame>

## Export Table Widget

You can export the data displayed in a selected table widget as a structured `CSV` file. This allows you to easily download and share the table’s data in a standard, organized format.

<Tip>If a [Filter Widget](/docs/blink-platform/dashboards/building-a-dashboard/widgets/filter) is connected and applied to the selected Table Widget, any active filters will automatically be reflected in the exported data. This ensures that only the filtered dataset is included in the CSV export.</Tip>
<Note> The table data will be sanitized-an apostrophe will be added to values that start with `=, +, -, @`</Note>

<Frame>
  <img src="https://mintcdn.com/blinkops-2/-GxBT671-mPgs8pD/img/Dashboards/ExportTableWidget.png?fit=max&auto=format&n=-GxBT671-mPgs8pD&q=85&s=f5b7469da4a1c8317c584e3bc07b239e" width="1727" height="1081" data-path="img/Dashboards/ExportTableWidget.png" />
</Frame>

## Editing a Table Widget

To modify a selected Table Widget, please update the original [Tables](/docs/blink-platform/tables/tables) or [Case Management Tables](/docs/case-management/manage-tables) directly at the source.

## Deleting a Table Widget

1. <p>In the left-hand sidebar, click the <Icon icon="square-ellipsis-vertical" iconType="solid" /> icon in the top-right corner and then select the delete button.</p>

2. The Table Widget will be removed from your Dashboard Building Interface.

<Frame>
  <img src="https://mintcdn.com/blinkops-2/yJ58SW0nEEHwB-YX/img/Dashboards/DeleteTable.png?fit=max&auto=format&n=yJ58SW0nEEHwB-YX&q=85&s=6919ea9a88cd7c45bcf0dcc21cb803bd" width="3584" height="1992" data-path="img/Dashboards/DeleteTable.png" />
</Frame>
