Inspect an OTP product's table, run a console command to generate a JSON string, and paste it into the "Content" text box.
Name
Name of the table
Content
To get the contact for the table, you need to perform the following steps:
-
Open an OTP product that already has the option to create tables turned on.
-
Inspect the editor (with right-click -> Inspect element or with F12) and find your table. The tag must have the class "
tableContainer
" and should look like the example below:Opens image in full screenOpenJSON.stringify($.printqPreview.serializeTablesData(jQuery($0))[0])
-
You will get a JSON string that you need to copy and paste into the “Content” text box.