Hello,
I'm writing this post because I am facing a rather odd bug..
I'm trying to convert a lot of very big tables.. Which means I want them to be splited on several pages if needed
So i'm using the CSS tag : table { page-break-inside: always }
The problem is that, Prince XML doesn't seem to care, it doesn't want to split my tables over multiple pages.. It stops after one page and my table is not even complete..
Did anyone already had the same issue and found a solution?
EDIT : It only occurs when I have some CSS to make my tables a bit more readable..
I'm writing this post because I am facing a rather odd bug..
I'm trying to convert a lot of very big tables.. Which means I want them to be splited on several pages if needed
So i'm using the CSS tag : table { page-break-inside: always }
The problem is that, Prince XML doesn't seem to care, it doesn't want to split my tables over multiple pages.. It stops after one page and my table is not even complete..
Did anyone already had the same issue and found a solution?
EDIT : It only occurs when I have some CSS to make my tables a bit more readable..