> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/documentation/plan/powertable-sheets/how-tos/appearance-settings.md).

# Appearance settings

Customize the appearance of your table by changing text formatting, spacing, row height, row highlighting, and gridline settings.

### Adjust row height

You can increase or decrease the height of table rows to improve readability or display more data.

To adjust the row height:

1. Select the **Format** tab.
2. Use the **Row Height** control to increase or decrease the row height.<br>

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

PowerTable immediately updates the row height for the table.

### Customize text and header appearance

The **Display** tab lets you customize the appearance of table text, headers, and spacing.

To customize the display settings:

1. Select the **Format** tab.
2. Select **Appearance** on the toolbar. The **Appearance** pane opens with the **Display** tab selected by default.<br>

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

#### Change text and header formatting

You can customize the following text settings:

* **Font** - Select the font style for the table from the available options in the dropdown.
* **Font Size** - Adjust the size of the table text.
* **Text Color** - Change the color of cell values.
* **Header Orientation** - Display the header text in **Horizontal**, **Vertical**, **Clockwise**, or **Counterclockwise** orientations.
* **Header Text Color** - Change the color of the column headers.
* **Display Type in Header** - Display the configured input type together with the column header.
* **Auto-Wrap Header Text** - Wrap long header names onto multiple lines instead of truncating them.

#### Adjust table padding

Specify padding for the **Top**, **Bottom**, **Left**, and **Right** sides of the table. Padding values range from **0** to **100**.

### Customize gridlines and row highlighting

Switch to the **Gridlines** tab in the **Appearance** pane to customize the appearance of gridlines and row highlighting.

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

#### Configure gridlines

You can customize the following gridline settings:

* **Horizontal** - Display horizontal gridlines as **Solid**, **Dashed**, or **Off**. You can also customize the gridline color and specify the number of rows to skip between consecutive lines.
* **Skip Lines** - Specify the spacing between displayed horizontal gridlines.
* **Vertical** - Display vertical gridlines between columns as **Solid** or **Off**. When enabled, you can customize the gridline color.
* **Header Border** - Display borders for column headers and customize their color.
* **Show Outline** - Display a separator line below the column headers and customize its color.

#### Highlight rows

Choose one of the following row highlight options:

* **Row Hover** - Highlights the row when you move the pointer over it. You can customize the hover text and background colors.
* **Row Alternate** - Highlights alternate rows in the table. You can customize the colors for odd and even rows.
* **Row Alternate Contrast** - Applies predefined contrasting colors to alternating rows, with customizable colors.
* **Row Alternate Flashy** - Applies predefined vibrant colors to alternating rows, with customizable colors.
* **Off** - Disables row highlighting.

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

### Reset to default styling

Select **Reset to Default Styling** to discard all appearance customizations and restore the default styling.

PowerTable restores all appearance settings, including text formatting, table padding, gridlines, row highlighting, and other display customizations, to their default values.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fabricplan.com/documentation/plan/powertable-sheets/how-tos/appearance-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
