[richfaces-issues] [JBoss JIRA] Created: (RF-9050) Column: breakBefore doesn't work

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Fri Aug 13 08:22:49 EDT 2010


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: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list