# Layout

## Custom Header

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

<figure><img src="https://4099892881-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXdGSelEVi2ug2LCBzJx5%2Fuploads%2FYgXlIZgH6LFr3BtYUK42%2Fimage.png?alt=media&#x26;token=6a0a4ac0-5d25-4fee-b8c6-598f95c464e3" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://4099892881-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXdGSelEVi2ug2LCBzJx5%2Fuploads%2FbxF4JawaEapWKdl9BCJY%2Fimage.png?alt=media&#x26;token=6addd0cc-e26d-443c-82f8-8c4eb484d0ad" 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="https://4099892881-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXdGSelEVi2ug2LCBzJx5%2Fuploads%2F3HczVqBtCH48Ios22htH%2Fimage.png?alt=media&#x26;token=2631962e-00c1-40b6-82e2-1b2e0e582539" 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="https://4099892881-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXdGSelEVi2ug2LCBzJx5%2Fuploads%2FbgvrsEBuZhAVq5Vq4I6o%2Fimage.png?alt=media&#x26;token=80d91c4f-57ed-40a2-beef-dcb293becdf4" 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="https://4099892881-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXdGSelEVi2ug2LCBzJx5%2Fuploads%2F3UlFMW7VPx86PEzm0Bmd%2Fimage.png?alt=media&#x26;token=a28a65d4-7233-4ef9-bb23-ff8f0a237f6b" alt=""><figcaption></figcaption></figure>
