Table
Example
<table
align="left"
fontSize="20"
spaceAfter="30"
widths="2.5cm 3cm 3cm"
backgroundColor="red"
cellPadding="1cm"
>
<tr>
<td><text><b>#</b></text></td>
<td><text><b>First Name</b></text></td>
<td><text><b>Last Name</b></text></td>
</tr>
<tr>
<td>1</td>
<td>Thorben</td>
<td>Croisé</td>
</tr>
<tr backgroundColor="red" cellPadding="3mm">
<td>2</td>
<td backgroundColor="pink" cellPadding="6mm 3mm">Tijana</td>
<td backgroundColor="pink">Bambole</td>
</tr>
</table>Attributes
<table>
<table><tr> (Table Row)
<tr> (Table Row)<td> (Table Cell)
<td> (Table Cell)Attributes
Last updated
Was this helpful?
