# Table

**Tables** display structured data in a grid format of rows and columns, making information easier to scan, compare, and analyze. They provide a clear, organized way to present tabular data with consistent formatting and styling.

<table><thead><tr><th width="179">Property</th><th>Description</th></tr></thead><tbody><tr><td>Background color</td><td>Select the background color for table cells, such as "Background/Primary" for consistent styling.</td></tr><tr><td>Heading color</td><td>Choose a distinct color for table headings, like "Background/Light" to visually separate headers from content.</td></tr><tr><td>Border color</td><td>Select the color for table borders and cell dividers, such as "Brand/Border" for visual definition.</td></tr><tr><td>Thickness</td><td>Adjust the slider to control the thickness of borders between cells and around the table.</td></tr><tr><td>Cell paddings</td><td>Set the internal spacing within cells using the numerical inputs for top, right, bottom, and left padding.</td></tr><tr><td>Table shadow</td><td>Click the "+" icon to add shadow effects. Select from shadow styles: None, Soft, Regular, or Retro. </td></tr></tbody></table>

## Typography settings

The Typography tab allows you to apply specific formatting to selected text within the table. Changes made here affect only the text in the Table element:

* Basic
* Headings
* Caption
* List
* Quote
* Link

For details on how to configure parameters in rich-text options, see [Typography and fonts](/branding/create-branding/typography-and-fonts.md).

<br>


---

# 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://help.parta.io/branding/create-branding/elements/table.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.
