3 Replies Latest reply on Sep 5, 2008 12:08 PM by chris.simons

    column sortable works but still renders sort arrows


      Is this by design or is this a bug?

      Even when sortable equals to "false", the sort arrows appear if there is a sortBy attribute.

      Example:

      <rich:column sortBy="#{address.addressType.name}" sortable="#{!util.isPrintDecorator(facesContext)}">
      <f:facet name="header">
      <h:outputText value="Address Type" />
      </f:facet>
      <h:commandLink action="#{userProfileManager.viewUserAddress}"
       value="#{address.addressType.name}" />
      </rich:column>