vertical scrollbar to a datatable
there is a data table for which i want to give vertical scrollbar only to its body. i cannot use tbody{} CSS bcos i have another pannel grid in the header facet. Is there any way to do this? If i take two table one for header and another for table body can it be done?
Please help me i am in a middle of a project....... thanks in advance
# 1
This is really a CSS question, you might want to try a forum more devoted to client side technologies.
In any case, I think you can use the CSS tbody, if you give you two tables unique ids or classes, you can qualify the tbody with that class or id.
Something like
.innerTable tbody {}
# 2
I would add, vertical scrollbars in the tbody doesn't work flawlessly in IE, the thead won't be fixed.
Do some research: http://www.google.com/search?q=scrollable+table+with+fixed+headers
The 1st hit provides a nice solution, but you have to hardcode the column widths yourself. http://www.imaputz.com/cssStuff/bigFourVersion.html