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

Tsikhon Kuprevich closed RF-5113.
---------------------------------

    Assignee: Tsikhon Kuprevich  (was: Mikhail Vitenkov)


> 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: Tsikhon Kuprevich
>            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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to