Skip to content

InputRichBlockTable

A table, corresponding to the HTML tag <table>.

Fields

typeString = tableRequired
Type of the block, always "table"
Cells of the table
is_borderedTrueOptional
Optional. Pass True if the table has borders
is_stripedTrueOptional
Optional. Pass True if the table is striped
is_compactTrueOptional
Optional. Pass True if table cells must have smaller indents
captionRichTextOptional
Optional. Caption of the table

GramIO Usage

See Also