- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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;
}
Views
Replies
0 Likes
Total Likes