# Data Table Editor

## Overview

The Avonni Data Table Editor simplifies the customization of the Avonni Datatable. With this tool, you cannot use just the Property panel for modifications. Instead, you can directly edit the datatable, offering a more user-friendly and efficient way to tailor it according to your needs, providing enhanced control and flexibility.

## Drag and drop fields.

Fields can be dragged and dropped into the Datatable canvas to create columns for your datatable.&#x20;

{% hint style="info" %}
The field panel automatically appears when you add a get records collection (a variable) or use the Query data source. This panel is integrated into the data table, allowing you to build your query directly.
{% endhint %}

<figure><img src="/files/WVDtAvnM5YAY0f4WEvU4" alt=""><figcaption></figcaption></figure>

## Adjusting column settings

Column settings can be accessible by clicking the arrow icon next to your column header.

<figure><img src="/files/xzQlJKgGNjoZPIR7v2pD" alt=""><figcaption></figcaption></figure>

**Customizable column settings:**&#x20;

* **Hide Label:** to hide the column label.
* **Select Icon:** to add an icon next to the label.
* **Allow Cell edit:** column data will be editable.
* **Disallow Sort**: column data will not be sortable.
* **Allow Search:** column data will be searchable.&#x20;
* **Wrap Text:** column data will be wrapped.
* **Hide Default Actions**
* **Remove Column**


---

# 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.avonnicomponents.com/flow/tutorials/components/data-table/tips-and-tricks/data-table-editor.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.
