In a static table, you can manually adjust the formatting and order of rows using the toolbar or markup elements.
Unlike dynamic tables, static tables don't support the features of sorting, filtering, or checking cell data types.
Adding a table
Visual editor
Markdown markup
To add a table:
On the toolbar, click Table → Static table.
You can also use the quick access menu: type / and select a command from the list.
To add rows or columns, hover over the table and click next to its right or bottom edge.
Fill in the cells. You can format text in the table cells.
To edit a table, select a cell and use the buttons above the column or at the beginning of the row. You can:
Add rows or columns before or after the current cell.
Delete the selected row or column.
Delete a table.
Multi-row tables allow you to add multi-row content such as lists, code snippets, and other tables to a single cell.
Simple table cells can only contain inline formatting elements: text formatting, images, and links. In addition, simple tables support left-aligned, right-aligned, and centered cell text.
Note
Simple tables can only be added in Markdown mode.
You can convert a simple table into a multi-row table in the visual editor. To do this, select a table cell, click , and choose Convert to YFM table.
Multi-row table
To add a multi-row table, use the following markup: