You can use a <h:panelGrid columns="3"> <h:column> <f:facet name="header"> <h:outputText value="Student"/> </f:facet> <h:outputText value="#{item.stname}" /> </h:column> </h:panelGrid>
It means that you show 3 values each column, when you show the third, it is at next row
View All Comments
| View Tutorial