Skip to content

Latest commit

History

History
10 lines (7 loc) · 483 Bytes

File metadata and controls

10 lines (7 loc) · 483 Bytes

Table

Properties

NameTypeDescriptionNotes
table_elementStrictStrname assigned to the table element
possible values:
table_element
[optional]
table_headerList[Optional[StrictStr]]column names[optional]
table_contentList[Optional[List[Optional[StrictStr]]]]the content of the table
one line of the table in this element of the array
[optional]