[richfaces-issues] [JBoss JIRA] Updated: (RF-10445) dataTable column header not clickable for changing sorting direction

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Feb 8 13:24:46 EST 2011


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

Nick Belaevski updated RF-10445:
--------------------------------

    Fix Version/s: 4.0.0.CR1


> dataTable column header not clickable for changing sorting direction
> --------------------------------------------------------------------
>
>                 Key: RF-10445
>                 URL: https://issues.jboss.org/browse/RF-10445
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.0.0.Milestone5
>         Environment: JBoss AS 6 community edition, Apache MyFaces Tomahawk 1.10 for JSF2, Firefox 3.6.13, Safari 5.0.3,  Mac OS X 10.6
>            Reporter: Oliver Freivogel
>            Assignee: Sean Rogers
>             Fix For: 4.0.0.CR1
>
>
> <rich:dataTable id="devices" style="margin: 10px 0px 10px 0px;"
> 	var="device" width="100" value="#{deviceSearch.data}" sortMode="single">
> 					
> 	<rich:column sortBy="#{device.type.name}" sortOrder="descending"
> 	selfSorted="true">
> 		<f:facet name="header">
> 			<h:outputText id="deviceTypeHeaderText"
> 				value="#{primaVista['device.type']}" />
> 			</f:facet>
> 		<h:outputText value="#{device.type.name}" />
> 	</rich:column>
> 						
> </rich:dataTable>
> Table is rendered with the correct sorting, but header is not clickable for changing the sorting direction.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list