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?
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.
Question
KG360
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>
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
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.