Table
Type: table
Table with rows and columns:
Actions
Add column
Adds a new column with col-id
identifier and an optional title
.
col id="<col-id>" [title="<title>"]
id
- unique identifier of the columntitle
- optional title of the column
Add row
Adds a new row with row-id
identifier and an optional title
.
row id="<row-id>" [title="<title>"]
id
- unique identifier of the rowtitle
- optional title of the row
Set cell
Fills the cell of intersetion the column col-id
and the row row-id
with the value
.
cell col="<col-id>" row="<row-id>" value="<value>"
col
- identifier of the columnrow
- identifier of the rowvalue
- string value to set in the cell