Jump to content
  • 0

Hide report columns and column heading spaces


KG360

Question

In a Combined Chart and Report DataPage, I am hiding several columns with data that are used in the graph but not in the report table. The spaces still shows. How do I get rid of them?

Code used to hide columns: 

<style>
table[data-cb-name="cbTable"] th:nth-child(13),
table[data-cb-name="cbTable"] td:nth-child(13) {
display: none;
}
</style>

image.png.65b60e7862021aa1e9313425f9053a82.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

With this CSS code I can hide the contents in the header and the cell content. As the image shows, the header spaces are still there, and that is the current problem. There are no other settings or set-ups that can impact the display of the empty header spaces.  

(I am happy to share but not shure how to share the DataPage safely here?)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...