Table Cell
Represents table cell types and available structures.
Last updated
Represents table cell types and available structures.
Last updated
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.
A simple table cell is a single-line text that can be of various sub-types. Simple Cell Sub-types are as follows.
The simple single-line string cell type contains a simple text string with no layout whatsoever. It is always left-aligned in the cell.
The simple single-line numeric cell type contains a number or currency with no layout whatsoever. It is always right-aligned in the cell.
The simple single-line date cell type contains a date with no layout whatsoever. It is always left-aligned in the cell.
The link cell is a simple cell except that it uses an anchor tag and results in a single-line link.
This is the type of cell that contains form inputs. The types of inputs are as follows.
This cell type includes a listbox button that allows a user to select from existing options.
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.