In JSF is it possible to have a datatable displays records as follows?
[Name ][Last Name][Age] 1. John Doe 20 Extra info on record 1 2. John Smith 20 Extra info on record 2
Thank you
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.
I’m sure there are a number of ways you could do this.
If you don’t mind nesting tables, you can use the panelGrid tag and CSS.
View:
Stylesheet: