With h:datatable we can display data as follows
- Jems
- tom
- chirs
- harry
but can I display the same as shown below:
- Jems 2. tom
- chris 4. harry
Ragards,
Abhi
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.
You can use t:dataTable component that support “newspaperColumns” and “newspaperOrientation” attributes. newspaperColumns determine the number of columns the table will be divided over and newspaperOrientation the orientation of the newspaper columns in the newspaper table.
In your example, the bean:
And JSF:
Render as: