[richfaces-issues] [JBoss JIRA] Updated: (RF-3452) column, columns: "sortable" attribute always set in true.

Maksim Kaszynski (JIRA) jira-events at lists.jboss.org
Mon May 19 10:57:59 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-3452?page=all ]

Maksim Kaszynski updated RF-3452:
---------------------------------

    Affects: [Documentation (Ref Guide, User Guide, etc.)]

> column, columns: "sortable" attribute always set in true.
> ---------------------------------------------------------
>
>                 Key: RF-3452
>                 URL: http://jira.jboss.com/jira/browse/RF-3452
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: IE,FF,Opera,Safari(3.2.1.CR5)
>            Reporter: Mikhail Vitenkov
>         Assigned To: Maksim Kaszynski
>            Priority: Critical
>             Fix For: 3.2.1
>
>
> Step 1. Set sortable attribute for column(or dynamic columns) inside rich:dataTable to "false", like this:
> <rich:column sortBy="#{data.str0}" sortOrder="#{sortingAndFiltering.sortOrder}"
> 			filterMethod="#{sortingAndFiltering.filterMethod}" sortable="false">
> 			<f:facet name="header">
> 				<h:outputText value="#3" />
> 			</f:facet>
> 			<h:outputText value="#{data.str0}"></h:outputText>
> 			<f:facet name="footer">
> 				<h:outputText value="#3" />
> 			</f:facet>
> 		</rich:column>
> Step 2. Navigate to page, contained dataTable component.
> Step 3. Verify sorting feature for tested column(or columns) by click on column's(columns') header.
> Actual behavior:
> Sorting process is initiated, therefore sortable="false" doesn't work.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list