TableField
Field that represents a structured table of rows and columns.
Combines Field with TableComponent to manage tabular data such as line items, schedules, or matrices. Implementations support column schemas, per-cell validation, and row operations.
Properties
Identifiers of child tables allowed within this table.
Column definitions that compose this table.
Column identifiers in visual order.
Optional list of decorators (icon/label chips) shown to the right of the field title.
Collection of formulas applied to this field. Order may determine execution precedence.
Unique key for the table within a document.
Whether the field starts hidden before any logic evaluation occurs.
Optional FieldLogic describing visibility logic for the field
When true, the field/column is permanently hidden on the current active view and cannot be shown via conditional logic.
Optional list of decorators for each row (e.g. actions); used when present in schema.
Row identifiers in visual order.
Optional logic rules applied at the table level.