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:

  1. 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.

  2. 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.

Pin Markdown

If it's important to keep tables in Markdown format:

  1. Do not manually adjust column widths.

  2. Do not merge cells in the table.

These actions will change the Markdown table into another syntax.