just guessing but if you create 2 different css classes one for the
table, one for the tbody and make tbody scrollable? something like
.tableClass {
....
}
tbody.tableClass{
height=300px;
overflow=scroll;
}2006/2/6, Mike Kienenberger <[EMAIL PROTECTED]>: > I'd recommend creating a patch for t:dataTable that implements a tbody > class attribute and opening a JIRA issue with the patch. > > On 2/6/06, Hasnain Badami <[EMAIL PROTECTED]> wrote: > > hi > > > > I want to write a custom renderer to implement a table which has its header > > fixed. For this i want to render class=somestylesheet (overflow: auto; > > width:100%; height :200px) attribute to the tbody element the <t:datatable> > > generates. This would enable me to scroll the table body without scrolling > > the header. > > > > What do I have to do in this circumstance. > > > > I shall highly appreciate your feedback > > > > Hassnain > -- ::SammyRulez:: http://sammyprojectz.blogspot.com

