Jump to content
  • 0

Spacing in Reports Grouping


Flowers4Algernon

Question

Hello guys!

Just sharing this "workaround" that I did as I wanted my collapsible groups to show like this:

image.thumb.png.5b8a5d2fe9e3098214e1aab40275f862.png

 

So what I did was set the group classes to display: none on CSS using this syntax:

.cbResultSetGroup1Left, .cbResultSetGroup2Left{
display: none;

And I also hid two columns using this code:

#target table:nth-of-type(1) th:nth-of-type(2)  {display: none;}
#target table:nth-of-type(1) th:nth-of-type(3)  {display: none;}

The code above will hide the column headers for the two groups I have adjusted.

The images below are my header and footer elements

Header:

image.png.3e4b82dc390becbf78a5a8d8d49f79c4.png

Footer:

image.png.1de1bf6d2fe6e9738e13ab0283392f82.png

 

So, that's it! Hope you find this helpful.

 

Also, do you guys know any other workarounds? 

Link to comment
Share on other sites

2 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.

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...