[richfaces-issues] [JBoss JIRA] Updated: (RF-5363) sorting: when selfSorted="false" default sortIcon is shown in column header.

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sun Dec 28 18:52:58 EST 2008


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

Nick Belaevski updated RF-5363:
-------------------------------

    Fix Version/s: Future
                       (was: 3.3.0)


> sorting: when selfSorted="false" default sortIcon is shown in column header.
> ----------------------------------------------------------------------------
>
>                 Key: RF-5363
>                 URL: https://jira.jboss.org/jira/browse/RF-5363
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA3)
>            Reporter: Mikhail Vitenkov
>            Assignee: Konstantin Mishin
>            Priority: Minor
>             Fix For: Future
>
>
> Use following code:
> <rich:dataTable id="table" value="#{customList.customList}"
> 			width="50%" var="dT">
> 			<rich:column sortBy="#{dT.s0}">
> 				<f:facet name="header">
> 					<h:outputText value="s0" />
> 				</f:facet>
> 				<h:outputText value="#{dT.s0}" />
> 			</rich:column>
> 			<rich:column sortBy="#{dT.i0}" selfSorted="false"
> 				sortIcon="/pics/info.gif">
> 				<f:facet name="header">
> 					<h:outputText value="i0" />
> 				</f:facet>
> 				<h:outputText value="#{dT.i0}" />
> 			</rich:column>
> 		</rich:dataTable>
> Verify the 2nd column header icon.

-- 
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