Re: [iText-questions] PdfPTable keepTogether with skipped header rows

2012-02-17 Thread Jason Berk
Should I open a bug ticket for this, or is it considered a "feature" Thanks, Jason -Original Message- From: Jason Berk [mailto:jb...@purduefed.com] Sent: Thursday, February 09, 2012 2:08 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PdfPTable keepTog

[iText-questions] PdfPTable keepTogether with skipped header rows

2012-02-09 Thread Jason Berk
I noticed if I create a table with some header rows and set skipFirstHeader(true) and then set keepTogether(true) and add the table to the document using doc.add(table) the header rows are being considered in the calculation to determine if the table fits on the current page...even if they aren't g