> For the complete documentation index, see [llms.txt](https://ebay.gitbook.io/mindpatterns/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ebay.gitbook.io/mindpatterns/structure/table-cell.md).

# Table Cell

Tables may have a few different types (and subtypes) of cells that map to various structures. The various types as follows are detailed from simplest to gradually more complex.

## Simple Cell

A simple table cell is a single-line text that can be of various sub-types. Simple Cell Sub-types are as follows.

### Simple String

The simple single-line string cell type contains a simple text string with no layout whatsoever. It is always left-aligned in the cell.

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

### Simple Numeric

The simple single-line numeric cell type contains a number or currency with no layout whatsoever. It is always right-aligned in the cell.

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

### Simple Date

The simple single-line date cell type contains a date with no layout whatsoever. It is always left-aligned in the cell.

## Link Cell

The link cell is a simple cell except that it uses an anchor tag and results in a single-line link.

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

## Form Inputs

This is the type of cell that contains form inputs. The types of inputs are as follows.

### Input Field

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

### Listbox Button

This cell type includes a listbox button that allows a user to select from existing options.

<figure><img src="/files/5UlxnUJWkl1n0CWjkOWj" alt=""><figcaption></figcaption></figure>

## Multiline Cell

This is the type of cell that contains `Simple` and `Signal` cell contents but includes more than one line, but no more than a maximum of three lines.&#x20;

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