cancel
Showing results for 
Search instead for 
Did you mean: 

Problem hiding table row

Former Member
0 Kudos

Dear community,

we are facing a problem with a table in our Adobe Form.

We simply want to hide a row, when a textfield has no data.

So we have a javascript

if (this.rawValue == null II this.rawValue == "") {

rowx.presence = "hidden";

}

everything works fine, but because we sometimes have many empty table rows we want to hide, we have different spaces between the hidden rows - thats not what we want.

Any suggestions, how to how the rows, so that they wont need any space in the form furthermore?

kind regards.

mw

Accepted Solutions (1)

Accepted Solutions (1)

sandeep_katoch
Contributor
0 Kudos

Hi,

for this you need to include all these rows or may be table in a subform with property as flowed. Flowed subform automatically delete the space of empty rows

Regards,

sandeep katoch

Answers (0)