Hello
 
I have a simple question regarding tables. I am using PdfPTable and the problem is there are several rows in the table. Each row is divided into 2 more rows (each with 4 columns). The first row simply adds the title and the second row holds the data (see e.g. below). This problem occurs when a new page is started and those two rows get split. How do I solve this? Another problem is that the name of the topic is not to repeat but it should show up when a new page is started. How do I do this too? Any help is greatly appreciated. Thanks.
 
 
 
Example:
 
Problem 1:
General    <blank>    <blank>    <blank>
// Sometimes these 2 rows get split when a new page is started...
<blank>    Some text  text2       text2
<blank>    Some text  text3      text3
<blank>    Some text  text4       text4
<blank>    Some text  text5       text5
<blank>    Some text  text6       text6
 
Problem 2:
New page....
This is what happens:
<blank>    Some text  text7       text7
 
But this is what is suppossed to happen...
// The topic (General) doesn't show up...
"General"    Some text  text7        text7

Reply via email to