Tables
Last updated
Last updated
MessageML supports the following tags to arrange information within a message using tables:
Tags
Description
Optional attributes
<table>
<tr>
<td>text</td>
</tr>
</table>
Render "text" in a table format.
• class
• rowspan
• colspan
<thead>
, <tbody>
, <tfoot>
Table sections.
• class
Here after you can find an example of a message sent by a bot and containing table tags as well as the structure of the messageML sent: