Some time ago I had an issue with some table content not printing if the table filled up several pages, I asked about it on Stack Overflow but ended up working it out for myself.
You can read the full question and answer on the site, but essentially I needed to add;
* { overflow:visible ! important; }
into my stylesheet.