Hello,
I have a problem with smartforms :
I would like to display a table with variable size.
If there is enought space to display it on first page, header display it correctly. But if there is not enought space to display table on first page, the header is displayed twice. Once on the first page and on the second page.
Could you help me to display header only on the second page in case of table is too long to be displayed on the first page.
Thanks.
Sample :
case 1 : short table, one page
-
others content page 1----
-
-
HEADER----
-
TABLE----
-
-
case 2 : big table, 2 pages as exemple
-
others content page 1----
-
-
HEADER----
EMPTY SPACE
start of page2
-
HEADER----
-
TABLE----
-
-
Hi , what you have to do is:
First create a text node and fill it with the header information.
Now you can calculate the Total number of pages that are going to outputting.
Now you can output the header information using a condition.
If it is working , please let me know.
Add a comment