Layout

This section describes the possible options to change the layout of Komment

Custom Header

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

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

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:

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:

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:

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.

Last updated