Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Multiple Tables in Adobeform

sivab4u
Active Participant
0 Likes
1,664

Hi Friends,

I have five tables that i have to display one below another, so i have created five tables on Adobeform.

Now the issue is as the records increases each table should push each other table dynamically(This is not happenening).

but each table is getting overlapped, so how do i avoid this.

Regards,

Siva

1 ACCEPTED SOLUTION
Read only

Patrick_vN
Active Contributor
0 Likes
1,629

Make sure your (sub-)forms have a flowed layout instead of a fixed one.

Hi Friends,

I have five tables that i have to display one below another, so i have created five tables on Adobeform.

Now the issue is as the records increases each table should push each other table dynamically(This is not happenening).

but each table is getting overlapped, so how do i avoid this.

Regards,

Siva

4 REPLIES 4
Read only

Patrick_vN
Active Contributor
0 Likes
1,630

Make sure your (sub-)forms have a flowed layout instead of a fixed one.

Read only

sivab4u
Active Participant
0 Likes
1,629

Hi Pratrick,

Thanks for your reply, as per your reply i have made subform of page to flow now the tables are getting pushed down and not overlapping.

but when i make the subform as flowed all the tables are getting squeezed as i have maintained atleast one space between tables which is required as per look and feel. but the alignments are

lost and all the elements are aligned to left.

So how to prevent from this to happen.

Regards,

Siva

Read only

0 Likes
1,629

I'd try to make the general sub-form flowed (the one that contains all the tables). And then create a separate sub-form per table in fixed format.

Read only

sivab4u
Active Participant
0 Likes
1,629

Thanks Patrick....