IssueHeader grid line disappears when scrolling in Tableau Online while the line stays in Tableau Desktop
ResolutionTry one of the below workaround options: Option 1 Manually append &:render=true to the end of the URL (no need to delete '?:iid=#' part If using & instead of ?)Option 2 Embed this affected view using either JavaScript or iFrame as a way to embed the parameter '?:render=true'. Example codes :1) JavaScript <script type='text/javascript' src='https://10az.online.tableau.com/javascripts/api/viz_v1.js'></script><div class='tableauPlaceholder' style='width: 1509px; height: 853px;'><object class='tableauViz' width='1509' height='853' style='display:none;'><param name='host_url' value='https%3A%2F%2F10az.online.tableau.com%2F' /> <param name='embed_code_version' value='3' /> <param name='site_root' value='/t/SITENAME' /><param name='name' value='10az/Sheet1' /><param name='tabs' value='yes' /><param name='render' value='true' /><param name='toolbar' value='yes' /><param name='showAppBanner' value='false' /></object></div>2) iFrame <iframe src="https://10az.online.tableau.com/t/SITENAME/views/10az/Sheet1?:showAppBanner=false&:display_count=n&:showVizHome=n&:origin=viz_share_link&?:render=true" height=800 width=1200></iframe>
CauseDue to the view being rendered by the server for performance reasons, the images being sent back to the browser results in the missing grid line.
Additional InformationThere is no viable workaround option for the mobile version.Embed Views into WebpagesEmbed Code Parameters for Views
Did this article resolve the issue? Thank you for providing your feedback on the effectiveness of the article. Click here to return to our Support page. Open new Case Open a new case Continue Searching Click here to go to our Support page. Knowledge Base Get detailed answers and how-to step-by-step instructions for your issues and technical questions. Community Find and share solutions with our active community through forums, user groups and ideas. Product Help Browse a complete list of product manuals and guides. Available online, offline and PDF formats. Training and Tutorials Learn how to master Tableau’s products with our on-demand, live or class room training.