> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noimosai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Table Block

> Learn how to create custom tables on pages and manage properties, statuses, and connected data.

## Overview

The `Table` block is for managing tabular information on a page.
You can create a custom table from scratch or add data from connected accounts as `Linked Data` columns.

## When to use it

Use a table when you want to organize information like this on one page.

* Manage initiative lists, tasks, and review items.
* Compare posts, pages, search queries, or similar records by row.
* Manage statuses, owners, dates, and URLs in columns.
* Review connected account metrics in the same table.

## Add a table

Insert a table from the add block menu.

1. Open the target page.
2. Click `Add block`.
3. Select `Table` from `Data`.
4. Add the rows and properties you need.

<img src="https://mintcdn.com/agoslabstechnologiesfzco/LWuapb0pvK0yMmiR/public/help-center/pages/table-block/1-add-table.png?fit=max&auto=format&n=LWuapb0pvK0yMmiR&q=85&s=6203cfce4018616b4697d36509834adb" alt="Add a table block to a page" style={{ border: '1px solid #e5e7eb', borderRadius: '8px', marginBottom: '1.5rem' }} width="2880" height="1624" data-path="public/help-center/pages/table-block/1-add-table.png" />

## Add properties

Properties are the types of information used as table columns.

| Property        | Purpose                                                       |
| --------------- | ------------------------------------------------------------- |
| `Text`          | Enter names, notes, categories, or similar text.              |
| `Status`        | Manage progress or publication state with selectable options. |
| `Checkbox`      | Track a binary value such as done or not done.                |
| `Number`        | Enter counts, amounts, scores, or similar values.             |
| `Date`          | Manage deadlines, publish dates, and review dates.            |
| `Linked Data`   | Display metrics from connected accounts.                      |
| `Account`       | Show the related connected account.                           |
| `Files & Media` | Attach images or documents.                                   |
| `URL`           | Record reference links or public URLs.                        |

<img src="https://mintcdn.com/agoslabstechnologiesfzco/LWuapb0pvK0yMmiR/public/help-center/pages/table-block/2-add-property.png?fit=max&auto=format&n=LWuapb0pvK0yMmiR&q=85&s=b15eb090b71ae7a085da682052c29b00" alt="Add properties to a table" style={{ border: '1px solid #e5e7eb', borderRadius: '8px', marginBottom: '1.5rem' }} width="2880" height="1624" data-path="public/help-center/pages/table-block/2-add-property.png" />

## Configure statuses

Use the `Status` property to tailor options to your workflow.

* Rename options.
* Set colors, descriptions, and icons.
* Make a frequently used status the `Default`.
* Drag statuses to change their order.

Statuses are useful when a team needs a shared view of production progress, publication state, or review status.

<img src="https://mintcdn.com/agoslabstechnologiesfzco/LWuapb0pvK0yMmiR/public/help-center/pages/table-block/3-status-settings.png?fit=max&auto=format&n=LWuapb0pvK0yMmiR&q=85&s=622dbe3dd7c8bed4be73aab84c96439b" alt="Configure status options" style={{ border: '1px solid #e5e7eb', borderRadius: '8px', marginBottom: '1.5rem' }} width="2880" height="1624" data-path="public/help-center/pages/table-block/3-status-settings.png" />

## Add Linked Data

Use `Linked Data` to show data from connected accounts as table columns.

1. Open `Add property`.
2. Select `Linked Data`.
3. Choose the data source, data type, metrics, and period.
4. Click `Apply` to add it to the table.

The existing table content may be rebuilt from the selected data source.
Before applying, confirm there is no manually entered information you need to keep.

<img src="https://mintcdn.com/agoslabstechnologiesfzco/LWuapb0pvK0yMmiR/public/help-center/pages/table-block/4-linked-data.png?fit=max&auto=format&n=LWuapb0pvK0yMmiR&q=85&s=e7d95abd74fac0c4f26feb9bde63f178" alt="Add Linked Data to a table" style={{ border: '1px solid #e5e7eb', borderRadius: '8px', marginBottom: '1.5rem' }} width="2880" height="1624" data-path="public/help-center/pages/table-block/4-linked-data.png" />

## Filter and sort

When a table has many rows, use filters and sorting to focus what you review.

* `Filter`: Specify a column, condition, and value to show matching rows.
* `Sort`: Sort numeric or date columns in ascending or descending order.
* `Pagination`: Review large tables page by page.

<img src="https://mintcdn.com/agoslabstechnologiesfzco/LWuapb0pvK0yMmiR/public/help-center/pages/table-block/5-filter-sort.png?fit=max&auto=format&n=LWuapb0pvK0yMmiR&q=85&s=c73dbec3762bd9e13c36a5791a42ee64" alt="Use filters and sorting in a table" style={{ border: '1px solid #e5e7eb', borderRadius: '8px', marginBottom: '1.5rem' }} width="2880" height="1624" data-path="public/help-center/pages/table-block/5-filter-sort.png" />

## Related pages

* [Pages basics](/help-center/pages/pages-basics)
* [Create and edit pages](/help-center/pages/create-and-edit-pages)
* [Block types](/help-center/pages/block-types)
