# Data Table Refresh

{% hint style="info" %}
**Block Information**

Available in: Page Flow

Toolbox Category: Widget - Data Table

Block Type: [Regular](/app-editor/page-flow/block-anatomy.md#regular-block)
{% endhint %}

The **`Data Table Refresh`** block triggers a reload of the current page records displayed in the [Data Table](/app-editor/page-editor/built-in-elements/data-table.md) widget. This block is useful when you do not have the [standard toolbar](/app-editor/page-editor/built-in-elements/data-table.md#hide-toolbar) for your [Data Table](/app-editor/page-editor/built-in-elements/data-table.md) widget and have your own custom implementation.

<div align="left"><figure><img src="/files/3JfS64M70sBGMpVwTUJZ" alt="" width="270"><figcaption><p>Data Table Refresh block</p></figcaption></figure></div>

The block consists of a [Selectable Input](/app-editor/page-flow/block-anatomy.md#selectable-input) to choose the [Data Table](/app-editor/page-editor/built-in-elements/data-table.md) widget from your page.

***

## Usage Example

The image below shows an example of the Data Table Refresh block used inside the *Tasks* [flow parameter](/app-editor/page-flow/block-anatomy.md#flow-parameters) of the [Mouse/Keyboard Action](/app-editor/page-flow/toolbox-blocks/mouse-keyboard-action.md) block. When the button is clicked, the current page of records is reloaded and displayed in the selected [Data Table](/app-editor/page-editor/built-in-elements/data-table.md) widget.

<div align="left"><figure><img src="/files/IzxlT3szDQTAiCNZGzgp" alt="" width="563"><figcaption><p>Example of Data Table Refresh block</p></figcaption></figure></div>


---

# Agent Instructions: 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:

```
GET https://docs.zingy.ai/app-editor/page-flow/toolbox-blocks/data-table-refresh.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
