[richfaces-issues] [JBoss JIRA] Commented: (RF-6234) Columns: sorting/filtering features dont work

Thomas W (JIRA) jira-events at lists.jboss.org
Fri Apr 24 17:01:07 EDT 2009


    [ https://jira.jboss.org/jira/browse/RF-6234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12464466#action_12464466 ] 

Thomas W commented on RF-6234:
------------------------------

While it's possible to influence the initial sort order using this attribute, how does it help with sorting in extendedDataTable from the column header menu? It still doesn't work.

The id attribute is unique for every column in my test, there is something else wrong. The mentioned workaround does not help.

<rich:columns id="#{col.name}" value="#{tableColumns}" var="col" index="colIndex" label="#{col.description}" 
	sortable="true" sortBy="#{EdtTestBean.getRow(rowId)[colIndex].value}"
        sortOrder="DESCENDING"
        sortIconAscending="dataTableAscIcon"
        sortIconDescending="dataTableDescIcon">
        <f:facet name="header">
              	<h:outputText value="#{col.description}" />
        </f:facet>
        <h:outputText value="#{EdtTestBean.getRow(rowId)[colIndex].value}" />
</rich:columns>


> Columns: sorting/filtering features dont work
> ---------------------------------------------
>
>                 Key: RF-6234
>                 URL: https://jira.jboss.org/jira/browse/RF-6234
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>            Reporter: Andrei Markavtsov
>            Assignee: Nick Belaevski
>             Fix For: Future
>
>


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