Tables

Tables in the knowledge base support cell formatting, adding and removing rows and columns, and header styling.

Creating a Table

  • Slash menu: /table → Enter
  • A new table is created with 3 columns and 3 rows

Tables

Managing Rows and Columns

Hover over a row or column — a context menu appears (three dots ):

For a row:

  • Insert row above / below
  • Delete row
  • Duplicate row

For a column:

  • Insert column left / right
  • Delete column
  • Resize (drag the right border of the column header)

Cell Formatting

Standard text formatting is available inside cells: bold, italic, code, links. Multi-line text uses Shift+Enter.

Table Header

The first row is the header by default — styled differently and excluded from sorting. To remove the header style, right-click the row → «Remove header».

Column Alignment

Click a column header → choose alignment:

  • Left (default)
  • Center
  • Right

Example: Metrics Table

MetricTargetActualStatus
Velocity42 SP48 SP✅ +14%
Cycle Time< 4 days3.2 days✅ OK
Bug rate< 5%7.3%⚠️ Over target
Deploys/week3+5✅ Excellent

Example: API Table

EndpointMethodAuthDescription
/api/itemsGETList tasks
/api/itemsPOSTCreate task
/api/items/:idPATCHUpdate task
/api/auth/loginPOSTLogin

Tables with many columns scroll horizontally on mobile devices.