# Layout

## Custom Header

It is possible to define custom header colors for each widget.

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

The settings for the custom color are found under each Widget => **Custom Header**<br>

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

## Custom Cell

It is possible to have the cell colors for each widget show specific colors based on their value.\
The settings for the custom color are found under each Widget => **Custom Cell**

It is possible to use normal Qlik functions to define the colors dynamically. You can even use variables. An example could be like this:&#x20;

```
pick(match([Action],'Follow-up','Pending','No Action'),vColor_Bad,vColor_Neutral,vColor_Good)
```

## Wrap Line

In Readonly and Text widgets it is possible to toggle wrap line option to make sure that all text is visible in the table cell.

The setting for the Wrap Line option is found under each Widget => **Wrap Line**

As can be seen from the image below the full text will now be visible in the cells where a long text string is present:

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

## Width

### Column width

When using Komment in `Table` mode it is possible to change the column width either using the mouse directly on the columns in the table or by defining it in the **Advanced Settings** under each widget:<br>

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

## Dialogue size

As a developer you can decide the exact size of the dialogue windows that appear e.g. when you want to perform a **Batch Edit** or **Add** new records.<br>

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


---

# 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.extendbi.com/komment3/optional-settings/layout.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.
