Tables
In the Gramax visual editor, you can add a table in just a few clicks. Gramax works with standard Markdown tables and provides enhanced features.
Example of a table:
Name | Datatype | Primary Key | Nullable | Comment |
id | integer | 1 | N | Absence ID in the system |
absenceReason | nvarchar(500) | N | Absence reason | |
statusId | nvarchar(50) | Y | Link to status |
There are two ways to add a table:
Create manually. To do this, click the table icon in the editing panel, then format the table: add rows and columns, define headers, merge cells.
Copy from Excel. Large tables can simply be transferred from any other system. Just copy the table and paste it into the article in Gramax.
If it's important to keep tables in Markdown format:
Do not manually adjust column widths.
Do not merge cells in the table.
These actions will change the Markdown table into another syntax.