Optional classesClasses of the td tag
<td class="a b c"></td>
Optional colcolspan of the td tag
<td colspan="#"></td>
The content of the table cell
Optional headerIs it a header cell (then use th tag, else use td tag)
Optional rowrowspan of the td tag
<td rowspan="#"></td>
Generated using TypeDoc
HTML table cell structure