Hi,
thanks for your post, and sorry for the trouble.
That text is actually the page’s title. In technical terms, you can see it in the HTML <title
tag when using the “View source” feature in the browser, and you can also see it in the browser’s or tab’s title bar.
It essentially consists of the page’s title and the site’s title.
To change how that appears in the Print view, you can add this to the “Custom Commands” text field on the table’s “Edit” screen:
"buttons":["pdf",{"extend":"print","title":"Your title"}]
In addition, I recommend to a fix an unrelated small issue: It seems that on this page, the Shortcode has been inserted in a “Code” block (which generates HTML <pre>
tags around the Shortcode. Please change that to a “Shortcode” block, or, if you are not using any blocks here, check that there is not HTML code like <pre>
and </pre>
around the Shortcode.
Regards,
Tobias