Avatar

Level 10

I'm not sure what's happening. I've not tried doing this before so maybe someone else will have a better idea.

You might be able to re-hide elements when the table breaks across a page, you can check this with pageSpan(). Try it on the layout:ready event.

if (xfa.layout.pageSpan(this.parent.parent) > 1) {

     do stuff;

}