Jump to content
We've recently updated our Privacy Statement, available here ×

Dynamically hide and remove the columns


ssa_sbobba

Recommended Posts

How to dynamically stretch the columns?

 

 

Example:

 

 

A B C

-----------

X X X

X X X

X X X

 

I want to supress the display of B and should get like this

 

A C

-------

X X

X X

X X

 

instead of this:

 

A......C

-------

X......X

X......X

X......X

 

 

I have used the printWhenExpression, it is not displaying the values but it displaying the empty spaces.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

How to remove the empty spaces?

 

I am able to disable the column heading and value through the printWhenExpression.

 

I need to remove the empty spaces between the column.

 

 

A C

-------

X X

X X

X X

 

instead of this:

A......C

-------

X......X

X......X

X......X

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...