Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Hiding cells in table

Avatar

Level 3

Is there a way to hide cells within a table?

Thanks!!!!

0 Replies

Avatar

Level 3

Yes there is a simple way to hide them,

In the initialize event of the cell you want to hide, write this :

$.presence = "hidden"

If you're in a flowed subform, this might screw up your table a little bit because the table won't only see it as invisible, the table will acts as if they were not there, so it might move your columns in a way you don't want.

If you don't want your table to move like this, simply go into the cell you want to hide. Go into Object->Cell tabs and using the Presence option, put it to invisible. If you want a complete row to dissapear, all the cells within this row must be hidden, if there is one left, the row will still appear.

Max

Avatar

Level 3

I ended up by removing the borders.

Thanks