[richfaces-issues] [JBoss JIRA] Resolved: (RF-5113) scrollableDataTable: sorting feature doesn't work at all.

Konstantin Mishin (JIRA) jira-events at lists.jboss.org
Fri Dec 5 08:48:38 EST 2008


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

Konstantin Mishin resolved RF-5113.
-----------------------------------

    Resolution: Done
      Assignee: Mikhail Vitenkov  (was: Konstantin Mishin)


Use sortExpression instead of sortBy.

> scrollableDataTable: sorting feature doesn't work at all.
> ---------------------------------------------------------
>
>                 Key: RF-5113
>                 URL: https://jira.jboss.org/jira/browse/RF-5113
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: IE 6,7, FF 3.0.3, Opera 9.62, Safari 3.1(3.3.0 last snapshot)
>            Reporter: Mikhail Vitenkov
>            Assignee: Mikhail Vitenkov
>            Priority: Critical
>             Fix For: 3.3.0
>
>
> #1. Add scrollableDataTable(SDT) rich component(use "sortMode" attribute for SDT and "sortBy", "sortable" attributes for rich:column):
> <rich:scrollableDataTable
> 		binding="#{scrollableDT.htmlScrollableDataTable}" id="sdt" var="sdt"		
> 		sortMode="#{scrollableDT.sortMode}" eventsQueue="myEventsQueue"
> ...
> 	>
> 		<f:facet name="header">
> 			<h:outputText value="facet header"></h:outputText>
> 		</f:facet>
> 		<rich:column sortBy="#{sdt.int0}" sortable="true" id="colID">
> 			<f:facet name="header">
> 				<h:outputText value="#" />
> 			</f:facet>
> 			<h:outputText value="#{sdt.int0}"></h:outputText>
> 			<f:facet name="footer">
> 				<h:outputText value="#" />
> 			</f:facet>
> 		</rich:column>
> ...
> </rich:scrollableDataTable>
> #2. Navigate to page.
> #3. Click on sortable column header two times.
> Actual behavior:
> Nothing happens.

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