cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe forms: table footer row hide not working with "include footer row in subsequent pages"

sfakhir
Discoverer
0 Kudos

Hello All,

I have a requirement to hide (without empty reserved space) table footer row based on a condition which should be applied to both final page and subsequent pages. When applied JS code this.presence = "hidden"; the behavior differs based on the event however while not meeting the requirement.

Note: there is only one master page.

Pagination for footer row

Requirement vs Tested event results are as below. As you can see, other pages column, could not hide without reserving blank space.

Appreciate if you could suggest, a way where both final page and other pages can be hidden without reserving any blank space.

Thanks Alot.
Sharmaan

Accepted Solutions (0)

Answers (1)

Answers (1)

Reshug
Explorer
0 Kudos

if i understood correct your footer is in Master page . Under which event are you writing this ?

sfakhir
Discoverer
0 Kudos

Hi Reshu,

This is a table in the body, not in master page. I have tried initialize, form ready and layout ready events where I have shared the behavior when each event was used. I want to hide without blank space. In the table scenario, it works for body-row, but not for header-row or footer-row.

Reshug
Explorer
0 Kudos

Tried with docReady?