TableSchema
Schema describing a table structure and its nested relationships.
Inheritors
Properties
Whether cells of this table may be edited directly in the table view. See TableSchema.editability.
Whether rows of this table may be edited through the row form. See TableSchema.editability.
Identifiers of child tables allowed within this table.
Column definitions that compose this table.
Editing surfaces allowed for rows of this table. Legal values are "inline" (cells editable directly in the table view) and "form" (rows editable through the row form). Values are case-sensitive; anything else is ignored. An empty list defaults to both surfaces being allowed.
Optional list of decorators for each row (e.g. actions); used when present in schema.
Optional logic rules applied at the table level.