# Table settings

The Qommentary Writeback allows you to customize the following table settings:

### [Table](/qommentary-writeback/customization/table-settings.md#table)

<div align="left"><img src="/files/-MZBFGxbYnjQN8CarTUd" alt=""></div>

| Property      | Description                                                                                                                                                                                                                                                                                                                                                                                                                                  | Default                |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| Table Layout  | <p>Controls the way that table cells, rows and columns will be laid out. Choose between 2 options:<br></p><ul><li><strong>Horizontal scrollbar</strong>: Columns utilize custom widths and a horizontal scroll is triggered if columns exceed available table viewport space.</li><li><strong>Fit in view</strong>: Column widths are automatically calculated and distributed equally amongst the available table viewport space.</li></ul> | `horizontal scrollbar` |
| Allow sorting | Allows sorting functionality for dimensions across the entire extension.                                                                                                                                                                                                                                                                                                                                                                     | `true`                 |

### [Header](/qommentary-writeback/customization/table-settings.md#header)

#### Horizontal alignment

<div align="left"><img src="/files/-MZBFVeqN9L_wrnjP7xP" alt=""></div>

| Property             | Description                                                          | Default |
| -------------------- | -------------------------------------------------------------------- | ------- |
| Horizontal Alignment | Allows left, center or right alignment of text in table header names | `left`  |

#### Header height

<div align="left"><img src="/files/-MfWtsaNLDTfIw-dlH5s" alt=""></div>

| Property      | Description                                                                                                                  | Default   |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- |
| Header height | Controls the height of the header with 3 options to choose from: Compact (narrow), Comfortable (normal) and Spacious (wide). | `Compact` |

### [Totals](/qommentary-writeback/customization/table-settings.md#totals)

<div align="left"><img src="/files/-MZBFhy38-hPi3d7j9EO" alt=""></div>

| Property           | Description                                                                                                                                         | Default  |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Display totals row | Show or hide the Totals row from table. The Totals row aggregates all values in each measure column and displays underneath the header column name. | `true`   |
| Label              | Custom label to display in the Totals Row. Expressions are supported.                                                                               | `Totals` |

### [Rows](/qommentary-writeback/customization/table-settings.md#rows)&#x20;

<div align="left"><img src="/files/-MZBGJWI__3IRD9EKYcM" alt=""></div>

| Property             | Description                                                                                                                                                            | Default |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| Wrap text in cells   | Controls text wrapping behaviour in table cells. If disabled, text in cells will display on a single line and any overflow text will display an ellipsis symbol (...). | `true`  |
| Display striped rows | If enabled, odd table rows will display a shaded background color.                                                                                                     | `false` |


---

# 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://knowledgebase.qommentary.com/qommentary-writeback/customization/table-settings.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.
