Hi,
We are producing large tables that span multiple pages. The first column of our table can "rowspan" over two or more pages. The content of this cell might be something like this:
<td rowspan="60">Floor 1</td> with 40 rows on page one, and 20 rows on page two.
What we would like, is to somehow duplicate the content (similar to a header or footer or thead) in the spillover page rowspan cell. If, for example, page one's rowspan has the content "Antelopes" in it, we would like to have "Antelopes" appear in the spillover rowspan cell of page two as well.
Further, is there a way to add in the text "Continued" so that Page Two reads "Antelopes Continued" ?
It's reaching, I know.
We are producing large tables that span multiple pages. The first column of our table can "rowspan" over two or more pages. The content of this cell might be something like this:
<td rowspan="60">Floor 1</td> with 40 rows on page one, and 20 rows on page two.
What we would like, is to somehow duplicate the content (similar to a header or footer or thead) in the spillover page rowspan cell. If, for example, page one's rowspan has the content "Antelopes" in it, we would like to have "Antelopes" appear in the spillover rowspan cell of page two as well.
Further, is there a way to add in the text "Continued" so that Page Two reads "Antelopes Continued" ?
It's reaching, I know.