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: Nick Belaevski
Priority: Critical
#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