[richfaces-issues] [JBoss JIRA] Updated: (RF-8062) Headers and footers are not shown when using rich:columnGroup

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Nov 2 08:28:05 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-8062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-8062:
-------------------------------

    Fix Version/s: Future
         Assignee: Nick Belaevski


> Headers and footers are not shown when using rich:columnGroup
> -------------------------------------------------------------
>
>                 Key: RF-8062
>                 URL: https://jira.jboss.org/jira/browse/RF-8062
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component-tables
>            Reporter: Anton Lisovenko
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: Future
>
>
> This pattern does not show headers (the same for footers):
> <rich:columnGroup >
> 		<rich:column sortBy="#{selectedEntity.id}" styleClass="#{selectedEntity.status.styleClass}">
> 			<f:facet name="header">
> 				<h:outputText value="#{bundle.id}"/>
> 			</f:facet>
> 			<h:outputText value="#{selectedEntity.id}"/>
> 		</rich:column>
> </rich:columnGroup>
> "columnGroup" tags are very convenient for defining styles for the row at the whole, but they break headers and footers for every column. That's why the only way to define the style for the row is to define the style for each cell. This breaks the background changing on "onRowMouseOver/onRowMouseOut" events for the row, cause cells backgrounds are not overriden by rows' ones.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list