Skip to content

Table Component

Travis Tidwell edited this page Jul 5, 2017 · 4 revisions

JSON Schema

The JSON Schema definition for this component is defined as follows.

Core Properties

This component uses the core properties defined within the Common Parameters section.

Specific Properties

Property Description Value Required Default
numRows The number of rows for this table integer true 3
numCols The number of columns for this table integer true 3
rows A multi-dimensional array that provides the rows of the table. Within each row is another array that contains the columns of that row, and within that is the components that are contained within that cell of the table. Multi-dimensional array true {components: []}, {components: []}, {components: []}], [{components: []}, {components: []}, {components: []}], [{components: []}, {components: []}, {components: []}
Clone this wiki locally