Guides
Blocks
Plugins

Table

Block Type: "table"
Require Client: Yes
Parameters:
  • Width
  • Has Column Header
  • Has Row Header
<table class="notion-table">
  <tbody>
    <tr class="notion-table_row">
      <td class="notion-table_cell"></td>
      <td class="notion-table_cell">Morborum</td>
      <td class="notion-table_cell">Meus patriae</td>
    </tr>

    <tr class="notion-table_row">
      <td class="notion-table_cell">Insulam sunt</td>
      <td class="notion-table_cell">Nimis ac</td>
      <td class="notion-table_cell"></td>
    </tr>

    <tr class="notion-table_row">
      <td class="notion-table_cell">Beneficio</td>
      <td class="notion-table_cell"></td>
      <td class="notion-table_cell">Tribunos et</td>
    </tr>
  </tbody>
</table>


MorborumMeus patriae
Insulam suntNimis ac
BeneficioTribunos et