# Table Row

<div align="left"><figure><img src="/files/bW2VRFiP47RiffJlrEDz" alt="" width="76"><figcaption><p>Table Row Element</p></figcaption></figure></div>

The **`Table Row`** element represents a row of information inside a [Table](/app-editor/page-editor/built-in-elements/table.md) element. A table row contains one or more columns in the form of [Table Heading Cell](/app-editor/page-editor/built-in-elements/table-heading-cell.md) or [Table Column Cell](/app-editor/page-editor/built-in-elements/table-column-cell.md) elements.

{% hint style="info" %}
A **`Table Row`** can only be added to the table head or table body sections. Additionally the only elements that can be added to the table row are [Table Heading Cell](/app-editor/page-editor/built-in-elements/table-heading-cell.md) or [Table Column Cell](/app-editor/page-editor/built-in-elements/table-column-cell.md) .
{% endhint %}

***

## Options

The [Options tab](/app-editor/page-editor/page-element-settings.md#options-tab) settings for this element are described below:

### `Hover`

Controls what happens when the mouse hovers over any part of the row.

The possible values are:

* Disabled

  This is the default setting with no changes.
* Enabled

  The entire row is given a gray background.
* Clickable

  The row is rendered using a gray background and the mouse cursor is changed to a pointer.

### `Look`

Provides a list of pre-defined background colors to use for the row.&#x20;

You can also customize the background color or any other design attribute via [Custom CSS Classes](/app-editor/page-editor/page-element-settings.md#custom-css-classes) or the [Design Tab](/app-editor/page-editor/page-element-settings.md#design-tab).


---

# 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://docs.zingy.ai/app-editor/page-editor/built-in-elements/table-row.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.
