Inserting a table
Inserting static tables
Simple tables are static tables that are created manually using Wiki markup elements or Markdown formatting.
To place a table in the text, use the markup:
| Heading 1 | Heading 2 | Heading 3 |
| --- | --- | --- |
| cell 11 | cell 12 | cell 13 |
| cell 21 | cell 22 | cell 23 |
Inserting dynamic tables
Dynamic tables are tables where users can specify data types in columns, sort values, and make cells mandatory. You can use a table directly or embed it in a Wiki page.
Creating and embedding a table in a Wiki page
To create a table and embed it in the text of a Wiki page:
-
In the panel at the top of the Wiki page, click
. The table code appears in the text:
{{grid page="/users/userName/pageName/grid-2021-01-24t163048" width="100%"}}
The created table becomes a subsection of the current page.
-
Click Save.
Embedding an existing table
To embed a dynamic table in a Wiki page:
-
Open the desired table and click Edit.
-
Click </> in the sidebar.
-
Configure the parameters for inserting the table.
-
Copy the table code and paste it into the Wiki page text.
Filtering rows and columns
You can filter tables you embed in a Wiki page so that only specific rows and columns are displayed. To do this:
-
Get the code for embedding a table and place it in the text of the Wiki page.
-
To choose columns for display, add the
columns
parameter to your table's code. For more information about using this parameter, see Choosing columns to display. -
To filter rows based on values set in specific cells, add the
filter
parameter to your table's code. For more information about using this parameter, see Setting filters for displaying rows.
Jumping to the parent table
To open the original table embedded in the Wiki page:
-
Click
at the bottom of the table.
-
Choose Parent table.