Hi
I am trying to create a JSF DataTable with a
Scroll Bar Option (instead of Pagination Control). If
i place the datatable in between div tag for example
<DIV style="overflow:auto; width:100%; height:200px">
 <datatable></datatable>
 </div>
tags it supports scrolling. But I am unable to fix the
table header and scroll only through the data rows in
the table.

I have tried to use CSS style for table header, but it
has not worked
either.

I have made sure that an html table can scroll such
that it s header stays fixed. It can be done through
setting style attribute of tbody element
(style="overflow:auto; width:100%; height:200px"). But
how would it work with datatable is unclear.

Using the scroll bar is critical user requirement for
me Anyhelp would be highly appreciated.



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to