view whole table content with horizontal and vertical scroll bars
-----------------------------------------------------------------

                 Key: DISPL-612
                 URL: http://jira.codehaus.org/browse/DISPL-612
             Project: DisplayTag
          Issue Type: Wish
            Reporter: Pavan Kumar


I wish to view the whole display table content with scroll bars ( vertical and 
horizontal ) with caption, footer, export options seperated from the content 
and the table header fixed. I tried with div tag but am unable to seperate the 
export options. I am able to have fixed header by setting css properties for 
thead with 

thead {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
}

but the caption is not getting fixed up. It is also scrolling along with 
content.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to