# Table

## Overview

A table row component that can be added to the layout\_\_table block. Allows merchants to add content to each cell in the row.

## Common use cases

* Add multiple \_table-cell blocks to create a complete row
* For best appearance, ensure all rows have the same number of cells
* Create structured table layouts with consistent cell arrangements

## Block limitations

This is a private block that can only be used within the layout\_\_table block. It provides the table row structure and supports \_g\_\_table-cell blocks for individual cells. It is not available in the general block picker.

## Compatible blocks

The following blocks can be nested within this block:

* [Table cell](/slab/content/blocks/layout/table-row/table-cell.md)

## Block settings

This block has no settings.


---

# 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.brickspacelab.com/slab/content/blocks/layout/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.
