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

Oliver Freivogel (JIRA) jira-events at lists.jboss.org
Mon Feb 7 08:48:39 EST 2011


dataTable column header not clickable for applying sorting direction
--------------------------------------------------------------------

                 Key: RF-10445
                 URL: https://issues.jboss.org/browse/RF-10445
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-tables
    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


<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