Hi,
I am developing interactive offline form (orientation: Portrait).
I have table with so many columns. The form looks too squeezed and ugly.
The reason why i use table is to have "add" or "remove" table row functionality (dynamic).
Question:
1. Is there any better way to handle table with too many columns ? kindly share your experience.
2. I try to use table section to split 1 row into several rows (is my understanding correct that section can be used to split table row?).
The "add" row functionality doesn't work the way i want it.
Example:
- Row 1
-- section A1
-- section B1
when i click add, it becomes:
- Row 1
- Row 2
-- section A1
-- section A2
-- section B1
-- section B2
what i expect is:
- Row 1
-- section A1
-- section B1
- Row 2
-- section A2
-- section B2
3. I have a table type data dictionary in my adobe form context. When i drag and drop this table type to adobe form, in the hierarchy palette it becomes a SUBFORM instead of TABLE ? Is this a correct behavior ?
Thanks.