# Data Table Load Next Page

{% 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 Load Next Page`** block triggers the next page of records to be loaded and displayed in the [Data Table](/app-editor/page-editor/built-in-elements/data-table.md) widget. This block is useful if you do not want the [standard toolbar](/app-editor/page-editor/built-in-elements/data-table.md#hide-toolbar) to be displayed for your [Data Table](/app-editor/page-editor/built-in-elements/data-table.md) widget.

<div align="left"><figure><img src="/files/lokdDZBEvDl59Wbyo9sS" alt="" width="272"><figcaption><p>Data Table Load Next Page 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 Load Next Page 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 next page is loaded 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/hdXVwbqV9anDqN7CyejP" alt="" width="563"><figcaption><p>Example of Data Table Load Next Page 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-load-next-page.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.
