Table Cell
Represents table cell types and available structures.
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.

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.

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.

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

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

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.

Last updated