Hi there,

I have made a bunch of html tables using iText's Table class. 
and now the row headers must be static, 
so when the user scrolls to the right, the headers hover in place.  

i have no idea how im going to do this.  but if you can think of 
anything, even if its similar, that would help.  
cell.setMarkupAttribute(MarkupTags.HTML_ATTR_STYLE, "overflow:auto");
doesnt write style="overflow:auto", but instead just adds "overflow:auto" as
an invalid tag.

im thinking my only way at the moment will be to give every cell an id, and
then
using javascript, change all the css according to buttons.

thanks
Dan

-- 
View this message in context: 
http://www.nabble.com/static-row-header-with-scrolling-tf3395100.html#a9451803
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to