TableComponentImpl
class TableComponentImpl(container: ListValue<Row>, schema: TableSchema) : TableComponent, TableSchema
Properties
Link copied to clipboard
Identifiers of child tables allowed within this table.
Link copied to clipboard
Column definitions that compose this table.
Link copied to clipboard
Column identifiers in visual order.
Link copied to clipboard
Unique key for the table within a document.
Link copied to clipboard
Row identifiers in visual order.
Link copied to clipboard
Optional logic rules applied at the table level.
Link copied to clipboard
Runtime value payload; variance is specialized by sub-interfaces.