[richfaces-issues] [JBoss JIRA] Created: (RF-4412) Provide a selfSorted attribute on dataTable in addition to column

Chris Simons (JIRA) jira-events at lists.jboss.org
Fri Sep 5 12:24:38 EDT 2008


Provide a selfSorted attribute on dataTable in addition to column
-----------------------------------------------------------------

                 Key: RF-4412
                 URL: https://jira.jboss.org/jira/browse/RF-4412
             Project: RichFaces
          Issue Type: Feature Request
    Affects Versions: 3.2.1
         Environment: RichFaces 3.2.1; Seam 2.0 GA
            Reporter: Chris Simons
            Priority: Minor


I am using "selfSorted" in conjunction with "sortBy" to build sortable rich:dataTables; in our application, we are using "selfSorted" with an EL expression to essentially disable sorting when the page is viewed in a "print" mode (set via a parameter).  When in this "print" mode, we are disabling the sorting columns.

The idea behind this Feature Request is to provide the same functionality of selfSorted at the rich:dataTable level.  This way, the dataTable would figure out which columns have a sortBy expression and enable/disable them according to the value of the selfSorted expression.

This would be nice so that the selfSorted expression does not have to be repeated for each sortable column.

At the dataTable level, selfSorted would be ignored for any column that does not contain a sortExpression or sortBy.



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