[richfaces-issues] [JBoss JIRA] (RF-12357) Empty Header line in DataTable when using columnGroups

Martin Maier (JIRA) jira-events at lists.jboss.org
Tue Jul 10 05:17:12 EDT 2012


Martin Maier created RF-12357:
---------------------------------

             Summary: Empty Header line in DataTable when using columnGroups
                 Key: RF-12357
                 URL: https://issues.jboss.org/browse/RF-12357
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.2.2.Final
         Environment: Firefox 13, IE 8 (and probably others)
            Reporter: Martin Maier
            Priority: Minor



The following code dataTable-code renders an empty <tr> in the <thead> section of the the HTML code (see screenshot). In addition, this tag does not have the 'rf-dt-hdr-fst' class (which it should).

{code:xml}
<rich:dataTable>
	<f:facet name="header">
		<rich:columnGroup>
			<rich:column colspan="2">Cell A</rich:column>
		</rich:columnGroup>
		<rich:columnGroup>
			<rich:column colspan="1">Cell B</rich:column>
			<rich:column colspan="1">Cell C</rich:column>
		</rich:columnGroup>
	</f:facet>
</rich:dataTable>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list