]
Pavol Pitonak updated RF-9050:
------------------------------
Attachment: breakBefore.png
Column: breakBefore doesn't work
--------------------------------
Key: RF-9050
URL:
https://jira.jboss.org/browse/RF-9050
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Milestone1
Environment: JBoss 6 M4, Glassfish 3.0.1, Firefox 3, Chromium 6
Reporter: Pavol Pitonak
Attachments: breakBefore.png
I have the following table with column group in header which renders wrong (see attached
snapshot)
<rich:dataTable id="richDataTable" rows="10"
value="#{model.employees}" var="record">
<f:facet name="header">
<rich:columnGroup>
<rich:column rowspan="2">
<h:outputText id="columnHeaderName" value="Name"
/>
</rich:column>
<rich:column colspan="4">
<h:outputText id="columnHeaderInfo"
value="Information" />
</rich:column>
<rich:column breakBefore="true">
<h:outputText id="columnHeaderTitle" value="Title"
/>
</rich:column>
<rich:column>
<h:outputText id="columnHeaderSmoker"
value="Smoker" />
</rich:column>
<rich:column>
<h:outputText id="columnHeaderFavoriteColor"
value="Favorite Color" />
</rich:column>
<rich:column>
<h:outputText id="columnHeaderNumberOfKids"
value="Number of Kids" />
</rich:column>
</rich:columnGroup>
</f:facet>
... rich:column-s...
</rich:dataTable>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: