Creating a dynamic table
Dynamic tables are tables where you can specify column data type, sort values, or make cells required for filling in. You can use a table directly or embed it in a Wiki page.
There are multiple ways to create a table:
-
From any Wiki page, by setting the address of a new table manually.
-
In a specific cluster, by creating a subpage.
-
In the page editing window, by clicking the button in the top panel.
Note
The maximum number of pages per organization is 10,000.
Set the table address manually
To create a new table:
-
In the left-hand panel, click
Create page. -
Select the Grid type.
-
Specify the title and address of the table in the same way as when creating a regular page.
-
Click Create.
-
Fill out the table:
Create columns
-
In the top-right corner, click + Add column.
-
Configure the column parameters:
-
Enter the column name.
-
The Unique identifier field is filled in automatically. If necessary, you can change it manually.
-
In the drop-down list, select a valid data type for the column cells.
-
To make the column cells mandatory, enable the Mandatory option. This field will be highlighted.
-
-
For some data types, you can select additional settings:
-
For columns with the Checkbox data type, enable the Mark made option. In this case, the rows marked with checkboxes will appear gray.
-
For columns with the List data type, enable the Allow multiple options option. In this case, the list will be replaced by a multiple list.
-
For columns with the Employee data type, enable the Allow multiple users option. In this case, a selection of multiple employees will be available.
-
-
Select Add.
Note
After creating a column, you cannot edit Data type and Unique ID.
Create rows
To create a new row, click
Add row at the bottom of the table.Fill in the cells
- Click in the selected cell and enter a value. The row height depends on the content of the cell where the largest value is written.
- Use the Markdown markup to format text.
- To switch to a new row in a cell, press the Shift + Enter hotkey.
- To open an input field in a separate window, click .
- To save the changes, exit the cell editing window. This saves the changes automatically.
-
Creating cluster subpages
You can create a table in a specific cluster:
-
Navigate to the cluster where you want to create a table.
-
There are two ways to create a table in a cluster:
-
In the
Cluster tree menu, to the right of the page name, click Create a subpage. -
In the top-right corner of the cluster page, click
Actions and select Create a subpage.
-
-
Select the Grid type.
-
Think up a name.
-
The Address field will be populated automatically. You can change the page address manually, if required.
-
Click Create.
Adding a table in the page editing window
To create a table and embed it in the text of a page:
-
Navigate to the page where you want to add a new table and click Edit.
-
On the top panel, click . The table code will appear in the text:
{{grid page="/users/userName/pageName/grid-2021-01-24t163048" width="100%"}}
.
The created table will become a subcluster of the current page. -
Save the page.