Skip to main content
Skip table of contents

Content (Table) (vers. 6)

To get the contact for the table you’ve to follow these steps:

  1. Open an OTP product, where the option for creating tables is already on.

  2. Inspect the editor (with Right-Click -> Inspect element or with F12) and search for your table. The tag has to be the class “tableContainer” and should look like the example below:

  3. After you selected the right tag (you can see if you selected it, if it has a blue background like in the image) you have to write the following code into the console and press Enter:
    JSON.stringify($.printqPreview.serializeTablesData(jQuery($0))[0])

  4. You’ll get a JSON string, which you have to copy and paste into the “Content” text box from the external backend.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.