# Data Table Action Menu Customize

{% 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](/app-editor/page-editor/built-in-elements/data-table.md) widget presents a popup menu with the default options of New, Edit, Delete and Refresh. The menu is presented when the user clicks on a row of the [Data Table](/app-editor/page-editor/built-in-elements/data-table.md) widget on the page.

The **`Data Table Action Menu Customize`** block allows you to show or hide one or more of these default options.

<div align="left"><figure><img src="/files/u2qP48UsDQ2mixu4Mcql" alt="" width="271"><figcaption><p>Data Table Action Menu Customize block</p></figcaption></figure></div>

The block consists of the following (from top to bottom):

* *Data Table*: [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.
* *New/Edit/Delete/Refresh*: [Dropdown configuration setting](/app-editor/page-flow/block-anatomy.md#dropdown) for these default actions that allows you to choose from two options:
  1. show: Show option when the menu is presented.
  2. hide: Hide this option when the menu is presented.

***

## Usage Example

The image below shows an example of the Data Table Action Menu Customize block where the New and Refresh actions are hidden from the menu when presented.<br>

<div align="left"><figure><img src="/files/lSuQfiFS0e4lttMJ0FsO" alt="" width="555"><figcaption><p>Example of Data Table Action Menu Customize 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-action-menu-customize.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.
