Hi,
What would be the recommended way to implement increasing counter with long table headers.
Table header on page X: Table_title (1/10)
Table header on page X+1: Table_title (2/10) etc.
And in this case table would be 10 pages long.
However if table does not overflow to the next page (all content fits to single page), the header should be just: Table_title
This will be used in dynamic pdf generation and for readability, it helps reader to know if table will continue and how long it will continue.
-Tomi
What would be the recommended way to implement increasing counter with long table headers.
Table header on page X: Table_title (1/10)
Table header on page X+1: Table_title (2/10) etc.
And in this case table would be 10 pages long.
However if table does not overflow to the next page (all content fits to single page), the header should be just: Table_title
This will be used in dynamic pdf generation and for readability, it helps reader to know if table will continue and how long it will continue.
-Tomi