Inserting tables
Inserting static tables
Static tables do not have dynamic elements and are configured manually using Markdown.
To place a table on your page, use the following markup:
Markup | Result |
---|---|
| ![]() |
Markup | Result |
---|---|
| ![]() |
Inserting dynamic tables
Use dynamic tables to sort values, specify data types to display in columns, and set required cells. You can use dynamic tables as-is or embed them in pages.
To embed a dynamic table in a page:
Open the table.
Click </> in the sidebar.
Configure the embedding parameters.
Copy the embed code and paste it into the page.
Dynamic tables can be edited right from the page as long as you don't choose the Read only option during embedding. All changes are automatically applied to the main table and all its occurrences on other pages.
Sorting table rows
Rows in dynamic tables can be quickly sorted by column:
Click
in the column heading.
Click the icon again to sort the rows in reverse order.
- Sorting tables by multiple columns at the same time
-
You can arrange tables using multiple types of sorting. Sorting types are specified in descending order of priority.
To create a new sorting arrangement:
Click
in the sidebar.
Click Add sort.
Choose a column and sorting order.
Filtering rows and columns
You can filter tables you embed so that only specific rows and columns are displayed. To do this:
Get an embed code and place it in the page text.
- To choose columns for display, add the
columns
parameter to your table's code. To learn more about using this parameter, see Choosing columns for display. To filter rows based on values set in specific cells, add the
filter
parameter to your table's code. To learn more about using this parameter, see Setting row display filters.
Jumping to the parent table
To open the original table you used for embedding:
Click
at the bottom of the table.
Choose Parent table.