Content (Table) (vers. 6)
To get the contact for the table you’ve to follow these steps:
Open an OTP product, where the option for creating tables is already on.
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:
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])
You’ll get a JSON string, which you have to copy and paste into the “Content” text box from the external backend.