I'm using iText 5.5.2
I have defined a table for a mobile phone invoice like this:
- First row: Data for MSISDN: 777 888 999
- Second row: Time / Duration / Cost
- Third, fourth...: 12:29 / 35s / 0.32
I have set the first and second rows as the table headers, and that works perfectly.
Now, I want to introduce a detail like this (when table takes more than one page):
- First row, the first page: Data for MSISDN: 777 888 999
- First row, from the second page and so on: Data for MSISDN: 777 888 999 (next)
Any idea to insert that word next from the second page in the table?