Has anybody created a row oriented datatable (a datatable rotated 90
degrees)? I would like to show the data across the screen rather than down.
This is what I would like to do:
<h:dataTable value="#{mybean.columnObjects}" var="col">
<h:row>
<h:outputText value="#{col.name}"/>
</h:row>
<h:row>
<h:outputText value="#{col.address}"/>
</h:row>
</h:dataTable>
Thanks
Martin
--
View this message in context: http://www.nabble.com/row-oriented-datatable-tf4902147.html#a14042420
Sent from the javaserverfaces users mailing list archive at Nabble.com.