I have used t:commanSortHeader in my table and i need that table to have a fixed header and that table should be scrollable.
suggest me a solution
I have used t:commanSortHeader in my table and i need that table to have
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since a certain webbrowser developed by a team in Redmond doesn’t support
overflow: scroll;on thetbodyelement, that’s not possible without a heavy CSS injection and maybe a shot of JavaScript. This isn’t reliably in short answerable since the succesful working may depend on external factors. Google has however a lot of examples.If you’re by coincidence using RichFaces as well or are open to adding another component library, then you may find RichFaces useful. It has a ready-made component, the
rich:scrollableDataTable.