Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Blog
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
Yandex project
© 2023 Yandex.Cloud LLC
Yandex Wiki
  • Getting started
    • Enabling Yandex Wiki
    • Logging in to Yandex Wiki
    • Creating your first Wiki page
    • Customizing the Wiki interface
  • Concepts
    • Service overview
    • Roles and access rights
    • Working in Yandex Wiki
    • Structure of Yandex Wiki
    • Page types
  • Creating pages
    • Wiki page
    • Dynamic table
    • Importing a page from a file
    • Page copy
    • WYSIWYG page
  • Editing Wiki pages and dynamic tables
    • Editing a Wiki page
    • Editing a dynamic table
    • Basic features
      • Formatting text
      • Inserting an image
      • Inserting a table
      • Adding a video or audio
    • Advanced features
      • Dynamic blocks
      • Dynamic tables
      • Objects from external sources
      • Formulas, diagrams, and flowcharts
    • Structuring content
      • Table of contents
      • Bookmarks on pages
      • Page lists
  • Working in a WYSIWYG visual editor
  • Managing pages
    • Overview
    • Viewing the history of page changes
    • Attaching files
    • Moving a page
    • Editing a list of page authors
    • Configuring access to a page
    • Marking pages as outdated
    • Deleting a page
  • Navigation in Wiki
    • Overview
    • Searching by Wiki
    • Subscriptions and favorites
    • Viewing the page and cluster hierarchy
    • Viewing a list of your pages
    • Viewing the pages you edited
    • Viewing all links to a page
  • Integration with other services
    • Yandex Forms
    • Yandex Tracker issues
    • Yandex Metrica tags
  • Markup guide
    • Markdown markup
      • Overview
      • Page structure
      • Text formatting
      • Lists
      • Links
      • Images and files
      • Tables
      • Quotes
      • Source code formatting
      • HTML elements
      • Escaping characters
    • Blocks with special formatting
      • Overview
      • Highlighting syntax in code
      • Formatting CSV data
      • Formulas
      • Diagrams and flowcharts
      • Borders, width, and alignment of blocks
  • Pricing policy
  • Revision history
    • December 2022
    • November 2022
    • October 2022
    • September 2022
    • August 2022
  • Support
  1. Editing Wiki pages and dynamic tables
  2. Basic features
  3. Inserting a table

Inserting a table

Written by
Yandex Cloud
  • Inserting static tables
  • Inserting dynamic tables
    • Creating and embedding a table in a Wiki page
    • Embedding an existing table
    • Filtering rows and columns
    • Jumping to the parent 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 |
See the result

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:

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

  2. Click Save.

  3. Fill in the table.

Embedding an existing table

To embed a dynamic table in a Wiki page:

  1. Open the desired table and click Edit.

  2. Click </> in the sidebar.

  3. Configure the parameters for inserting the table.

  4. 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:

  1. Get the code for embedding a table and place it in the text of the Wiki page.

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

  3. 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:

  1. Click at the bottom of the table.

  2. Choose Parent table.

See also

  • Editing a dynamic table

  • Importing a page from a file

  • Formatting CSV data

Was the article helpful?

Language / Region
Yandex project
© 2023 Yandex.Cloud LLC
In this article:
  • Inserting static tables
  • Inserting dynamic tables
  • Creating and embedding a table in a Wiki page
  • Embedding an existing table
  • Filtering rows and columns
  • Jumping to the parent table