How can I set colspan and rowspan in JSF <h:panelGrid>?
colspan
rowspan
<h:panelGrid>
None of both is possible with the standard JSF implementation. There are 3 ways to fix this:
<table>
<t:panelGroup>
<rich:column>
<rich:dataTable>
<p:row>
<p:column>
<p:panelGrid>
<p:dataTable>
<p:columnGroup>
2.1m questions
2.1m answers
60 comments
57.0k users