# Custom column configuration

## Overview

<figure><img src="/files/55MXlu8ehuypYfBM2hph" alt=""><figcaption></figcaption></figure>

* You can customize a column of a widget by hovering on any column and clicking on the 🖊 icon. This guide will use the Table widget as an example.

<figure><img src="/files/BPJVRfAN0flHzsnckJdJ" alt="" width="433"><figcaption></figcaption></figure>

* The Edit column popup will display. Each column type shall have different options.

<figure><img src="/files/O7ZjIToxLbEH9asitsKe" alt="" width="428"><figcaption></figcaption></figure>

* Click on the Format button to see further format options.

{% hint style="info" %}
The default option is:

* No Prefix and Suffix
* 1,234.5 formation
* Decimal point: 0
* Comma, period&#x20;
* Show thousands separator
  {% endhint %}

<figure><img src="/files/4G6OPKEcjGY8JmsiOz6O" alt="" width="352"><figcaption></figcaption></figure>

* For Text type, it only has Column name & type, Prefix, and Suffix fields.

<figure><img src="/files/8j8I5Ne4yRoK4yIhypk5" alt="" width="460"><figcaption></figcaption></figure>

<figure><img src="/files/Q2ZC1htZbf0jnJy0INnt" alt="" width="462"><figcaption></figcaption></figure>

* For Date and Boolean types, they only have Column name & type field.

## Column name

<figure><img src="/files/NMkLz4bZ2ChaTIV1e2xN" alt="" width="499"><figcaption></figcaption></figure>

* Simply change the name of the column by typing in the Column name & type field.

## Prefix and Suffix

<figure><img src="/files/pXg0eXsCBKVYbn43v1H6" alt="" width="506"><figcaption></figcaption></figure>

* Continue to add Prefix or Suffix to the column.

{% hint style="info" %}
Maximum character is 10.
{% endhint %}

## Format

### Preset

<figure><img src="/files/A2DOaEzLGWYxyuCuEHRR" alt="" width="506"><figcaption></figcaption></figure>

* Choose the Preset you want to display for the column.

### Decimal places

<figure><img src="/files/mYweApKh7zw8CfqYLE1X" alt="" width="491"><figcaption></figcaption></figure>

* Click on the Decimal places and choose your desired option.

### &#x20;Separators and abbreviation

<figure><img src="/files/RJHiBAeA0ujGvNhDTEQK" alt="" width="502"><figcaption></figcaption></figure>

* For 1,234.5 formation, you can choose the separator option.

<figure><img src="/files/fTpeLCevJ5PbjELL20E1" alt="" width="500"><figcaption></figcaption></figure>

* You can do the same with the  12345 formation.

<figure><img src="/files/tr6rAeiHBk9HXzx9ODqZ" alt="" width="491"><figcaption></figcaption></figure>

* For 1.2M, you can choose the abbreviation option.

## Confirm your option

<figure><img src="/files/YBYhoSnJJnDC8lVMYGIB" alt="" width="504"><figcaption></figcaption></figure>

* Click the Done to confirm your option.
* To close the popup, click on the Cancel button, the X button on the top right, or simply click outside it.
* You can click the Reset button to revert your selection back to the previous save changes of the popup.

<figure><img src="/files/fCQye6axMlYLbN9QxFQj" alt="" width="537"><figcaption></figcaption></figure>

{% hint style="info" %}
Your custom column setup will only apply to that column of the selected widget. It will not affect other widgets with the same data model.
{% endhint %}


---

# 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://endash-guidance-docs.gitbook.io/docs/dashboard/custom-column-configuration.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.
