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

Oliver Freivogel (JIRA) jira-events at lists.jboss.org
Tue Feb 8 11:42:47 EST 2011


    [ https://issues.jboss.org/browse/RF-10445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580820#comment-12580820 ] 

Oliver Freivogel commented on RF-10445:
---------------------------------------

Oh, did't noticed that. In the component reference found under http://docs.jboss.org/richfaces/latest_4_0_X/Component_Reference/ it is mentioned. 

> 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: Ilya Shaikovsky
>
> <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